From 6366e5ae8f0ae19c033a2c24c217001c1512292b Mon Sep 17 00:00:00 2001 From: Waylan Limberg Date: Sat, 14 Mar 2015 19:52:00 -0400 Subject: Removed support for deprecated config in ext name. --- tests/test_apis.py | 7 ------- 1 file changed, 7 deletions(-) (limited to 'tests') diff --git a/tests/test_apis.py b/tests/test_apis.py index 48e79e8..d128948 100644 --- a/tests/test_apis.py +++ b/tests/test_apis.py @@ -385,13 +385,6 @@ class TestErrors(unittest.TestCase): markdown.Markdown, extensions=['footnotes'] ) - def testStringConfigExtention(self): - """ Test that passing configs to an Extension in the name raises a DeprecationWarning. """ - self.assertRaises( - DeprecationWarning, - markdown.Markdown, extensions=['markdown.extension.footnotes(PLACE_MARKER=FOO)'] - ) - def _create_fake_extension(name, has_factory_func=True, is_wrong_type=False, use_old_style=False): """ Create a fake extension module for testing. """ -- cgit v1.2.3