##// END OF EJS Templates
Updated latex exporter tests
Jonathan Frederic -
Show More
@@ -53,9 +53,9 b' class TestLatexExporter(ExportersTestsBase):'
53 @onlyif_cmds_exist('pandoc')
53 @onlyif_cmds_exist('pandoc')
54 def test_export_basic(self):
54 def test_export_basic(self):
55 """
55 """
56 Can a LatexExporter export using 'basic' template?
56 Can a LatexExporter export using 'article' template?
57 """
57 """
58 (output, resources) = LatexExporter(template_file='basic').from_filename(self._get_notebook())
58 (output, resources) = LatexExporter(template_file='article').from_filename(self._get_notebook())
59 assert len(output) > 0
59 assert len(output) > 0
60
60
61
61
General Comments 0
You need to be logged in to leave comments. Login now