##// END OF EJS Templates
the last set of pandoc-dependent test
Paul Ivanov -
Show More
@@ -83,6 +83,7 b' class TestNbConvertApp(TestsBase):'
83
83
84
84
85 @dec.onlyif_cmds_exist('pdflatex')
85 @dec.onlyif_cmds_exist('pdflatex')
86 @dec.onlyif_cmds_exist('pandoc')
86 def test_post_processor(self):
87 def test_post_processor(self):
87 """
88 """
88 Do post processors work?
89 Do post processors work?
@@ -95,6 +96,7 b' class TestNbConvertApp(TestsBase):'
95 assert os.path.isfile('notebook1.pdf')
96 assert os.path.isfile('notebook1.pdf')
96
97
97
98
99 @dec.onlyif_cmds_exist('pandoc')
98 def test_template(self):
100 def test_template(self):
99 """
101 """
100 Do export templates work?
102 Do export templates work?
General Comments 0
You need to be logged in to leave comments. Login now