Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 492a37a

Browse files
smithj1ivanov
authored andcommitted
Updated location of test notebook in tests/test_simple.py.
1 parent f1fa998 commit 492a37a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_simple.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ def clean_dir():
1212

1313
@nt.with_setup(clean_dir, clean_dir)
1414
def test_simple():
15-
fname = 'test.ipynb'
15+
fname = 'tests/test.ipynb'
1616
c = ConverterRST(fname)
1717
f = c.render()
1818
nt.assert_true('rst' in f, 'changed file extension to rst')

0 commit comments

Comments
 (0)