From 965c06c398a394b1da06651bb4ed62be7609a946 Mon Sep 17 00:00:00 2001 From: Dmitry Shachnev Date: Sat, 13 May 2023 21:56:33 +0300 Subject: Port all smarty tests to the new framework --- tests/test_legacy.py | 5 ----- 1 file changed, 5 deletions(-) (limited to 'tests/test_legacy.py') 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') -- cgit v1.2.1