aboutsummaryrefslogtreecommitdiffstats
path: root/tests/test_extensions.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_extensions.py')
-rw-r--r--tests/test_extensions.py11
1 files changed, 1 insertions, 10 deletions
diff --git a/tests/test_extensions.py b/tests/test_extensions.py
index ca1520e..78c6d9d 100644
--- a/tests/test_extensions.py
+++ b/tests/test_extensions.py
@@ -288,18 +288,9 @@ class TestAdmonition(unittest.TestCase):
def testComplexSettings(self):
""" Test Complex Settings. """
- # config = {
- # 'styles': {
- # 'note': ('note', 'Please Note'),
- # 'didyouknow': ('note', 'Did you know?'),
- # }
- # }
-
md = markdown.Markdown(
extensions=['admonition'],
- extension_configs={
- 'admonition': []
- },
+ extension_configs={},
safe_mode=True)
self.assertEqual(md.convert(self.text),
'<div class="admonition note">\n'