Show More
@@ -135,7 +135,7 b' class TestNbConvertApp(TestsBase):' | |||||
135 | """ |
|
135 | """ | |
136 | with self.create_temp_cwd(['notebook2.ipynb']): |
|
136 | with self.create_temp_cwd(['notebook2.ipynb']): | |
137 | self.call('nbconvert --log-level 0 --to slides ' |
|
137 | self.call('nbconvert --log-level 0 --to slides ' | |
138 |
'notebook2.ipynb |
|
138 | 'notebook2.ipynb') | |
139 | assert os.path.isfile('notebook2.slides.html') |
|
139 | assert os.path.isfile('notebook2.slides.html') | |
140 | with open('notebook2.slides.html') as f: |
|
140 | with open('notebook2.slides.html') as f: | |
141 | assert '/reveal.css' in f.read() |
|
141 | assert '/reveal.css' in f.read() |
General Comments 0
You need to be logged in to leave comments.
Login now