Skip to content

Commit

Permalink
Tests adapted to new default (empty) 'nbrmd_formats' mwouts/nbsrc#5
Browse files Browse the repository at this point in the history
  • Loading branch information
mwouts committed Aug 27, 2018
1 parent 830143a commit fa30b46
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_save_multiple.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ def test_ipynb_is_ok(nb_file, tmpdir):

cm = RmdFileContentsManager()
cm.root_dir = str(tmpdir)
cm.default_nbrmd_formats = 'ipynb,Rmd'

cm.save(
model=dict(type='notebook', content=nb),
Expand Down

0 comments on commit fa30b46

Please sign in to comment.