From 7f63b20b819b83afef0ddadc2e210ddce32a2be3 Mon Sep 17 00:00:00 2001 From: Waylan Limberg Date: Sat, 14 Mar 2015 20:39:46 -0400 Subject: Removed deprecated safe_mode. --- tests/test_legacy.py | 9 --------- 1 file changed, 9 deletions(-) (limited to 'tests/test_legacy.py') diff --git a/tests/test_legacy.py b/tests/test_legacy.py index 17c4282..ddc54bb 100644 --- a/tests/test_legacy.py +++ b/tests/test_legacy.py @@ -31,15 +31,6 @@ class TestOptions(LegacyTestCase): no_smart_emphasis = Kwargs(smart_emphasis=False) -class TestSafeMode(LegacyTestCase): - location = os.path.join(parent_test_dir, 'safe_mode') - default_kwargs = Kwargs(safe_mode='escape') - - remove = Kwargs(safe_mode='remove') - - replace = Kwargs(safe_mode='replace') - - class TestPhp(LegacyTestCase): """ Notes on "excluded" tests: -- cgit v1.2.3