Skip to content

Commit

Permalink
Added unit test tags property. Not sure if necessary.
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanvilbrandt committed Nov 25, 2019
1 parent b7946eb commit 83f8068
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/test_markdown2.py
Expand Up @@ -335,6 +335,7 @@ def test_toc_with_persistent_object(self):
</ul>
"""
self.assertEqual(expected_toc_html, md.convert(html).toc_html)
test_toc_with_persistent_object.tags = ["toc", "issue208"]


class DocTestsTestCase(unittest.TestCase):
Expand Down

0 comments on commit 83f8068

Please sign in to comment.