diff options
author | Waylan Limberg <waylan.limberg@icloud.com> | 2015-04-07 21:15:06 -0400 |
---|---|---|
committer | Waylan Limberg <waylan.limberg@icloud.com> | 2018-07-31 11:40:59 -0400 |
commit | f261ffd065bcfea13d41a9861232155816c5933f (patch) | |
tree | 7add804effaaf78e6304376f3824719266b5c8c8 /tests/test_legacy.py | |
parent | cba86d6175d00b897d6f5c4b3fec640e7309de60 (diff) | |
download | markdown-f261ffd065bcfea13d41a9861232155816c5933f.tar.gz markdown-f261ffd065bcfea13d41a9861232155816c5933f.tar.bz2 markdown-f261ffd065bcfea13d41a9861232155816c5933f.zip |
Refactor options tests
Diffstat (limited to 'tests/test_legacy.py')
-rw-r--r-- | tests/test_legacy.py | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/tests/test_legacy.py b/tests/test_legacy.py index 0d0dd09..f4e807e 100644 --- a/tests/test_legacy.py +++ b/tests/test_legacy.py @@ -41,12 +41,6 @@ class TestMisc(LegacyTestCase): location = os.path.join(parent_test_dir, 'misc') -class TestOptions(LegacyTestCase): - location = os.path.join(parent_test_dir, 'options') - - html4 = Kwargs(output_format='html4') - - class TestPhp(LegacyTestCase): """ Notes on "excluded" tests: |