Show More
@@ -63,8 +63,6 b' class TestMarkdown(TestsBase):' | |||||
63 | for index, test in enumerate(self.tests): |
|
63 | for index, test in enumerate(self.tests): | |
64 | self._try_markdown(markdown2latex, test, self.tokens[index]) |
|
64 | self._try_markdown(markdown2latex, test, self.tokens[index]) | |
65 |
|
65 | |||
66 |
|
||||
67 | @dec.onlyif_cmds_exist('pandoc') |
|
|||
68 | def test_markdown2html(self): |
|
66 | def test_markdown2html(self): | |
69 | """markdown2html test""" |
|
67 | """markdown2html test""" | |
70 | for index, test in enumerate(self.tests): |
|
68 | for index, test in enumerate(self.tests): |
General Comments 0
You need to be logged in to leave comments.
Login now