summaryrefslogtreecommitdiff
path: root/tests/test_legacy.py
diff options
context:
space:
mode:
authorDmitry Shachnev <mitya57@gmail.com>2023-05-13 21:56:33 +0300
committerWaylan Limberg <waylan.limberg@icloud.com>2023-05-16 11:42:55 -0400
commit965c06c398a394b1da06651bb4ed62be7609a946 (patch)
treeba6adcea01d010c8c2162266493c93de8f8bd975 /tests/test_legacy.py
parent1aa4c3d385a8456397c5189079c90e818fc34a06 (diff)
downloadpython-markdown-965c06c398a394b1da06651bb4ed62be7609a946.tar.gz
Port all smarty tests to the new frameworkHEADmaster
Diffstat (limited to 'tests/test_legacy.py')
-rw-r--r--tests/test_legacy.py5
1 files changed, 0 insertions, 5 deletions
diff --git a/tests/test_legacy.py b/tests/test_legacy.py
index 30b6c18..295588b 100644
--- a/tests/test_legacy.py
+++ b/tests/test_legacy.py
@@ -156,11 +156,6 @@ class TestExtensions(LegacyTestCase):
admonition = Kwargs(extensions=['admonition'])
- smarty = Kwargs(
- extensions=['smarty'],
- extension_configs={'smarty': {'smart_angled_quotes': True}}
- )
-
class TestExtensionsExtra(LegacyTestCase):
location = os.path.join(parent_test_dir, 'extensions/extra')