summaryrefslogtreecommitdiffstats
path: root/tests/test_md_tw.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_md_tw.py')
-rw-r--r--tests/test_md_tw.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/test_md_tw.py b/tests/test_md_tw.py
index c97e50e..d1e0833 100644
--- a/tests/test_md_tw.py
+++ b/tests/test_md_tw.py
@@ -805,6 +805,10 @@ class TestTWRenderer(object):
self._validate(txt, expected_txt)
def teardown(self):
+ pass
+
+ @classmethod
+ def teardown_class(self):
if self.del_tmp_dir:
shutil.rmtree(self.tmp_dir)