##// END OF EJS Templates
fix test_accent name
MinRK -
Show More
@@ -195,7 +195,7 b' class TestNbConvertApp(TestsBase):'
195
195
196 @dec.onlyif_cmds_exist('pdflatex')
196 @dec.onlyif_cmds_exist('pdflatex')
197 @dec.onlyif_cmds_exist('pandoc')
197 @dec.onlyif_cmds_exist('pandoc')
198 def test_filename_spaces(self):
198 def test_filename_accent(self):
199 """
199 """
200 Generate PDFs if notebooks have an accent in their name?
200 Generate PDFs if notebooks have an accent in their name?
201 """
201 """
General Comments 0
You need to be logged in to leave comments. Login now