diff options
author | rsiddharth <s@ricketyspace.net> | 2018-01-02 00:53:14 +0000 |
---|---|---|
committer | rsiddharth <s@ricketyspace.net> | 2018-01-02 00:53:14 +0000 |
commit | 1f4f81e22b37b8a265a6d0579ba2fda58125769f (patch) | |
tree | c626eee750a125c188d20f5f05be1d4d748afc37 /tests | |
parent | 673c0ad9bbce77a121353757a93c18c808a2655e (diff) |
tests: Remove TestTWInlineLexer.test_default_rules_contents.
* tests/test_md_tw.py
(TestTWInlineLexer.test_default_rules_contents): Remove test.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/test_md_tw.py | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/tests/test_md_tw.py b/tests/test_md_tw.py index f821f0d..4d8d352 100644 --- a/tests/test_md_tw.py +++ b/tests/test_md_tw.py @@ -587,11 +587,6 @@ class TestTWInlineLexer(object): renderer = Renderer() self.il = TWInlineLexer(renderer) - - def test_default_rules_contents(self): - assert_equal(self.il.default_rules, []) - - def teardown(self): pass |