diff options
author | Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> | 2013-02-08 21:03:25 +0100 |
---|---|---|
committer | Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> | 2013-02-08 21:03:25 +0100 |
commit | 03254dd34f7da4780c4fe356a1af2f956398df11 (patch) | |
tree | 00fa7f5337b2725a1deeaaaeaf46a53ccb655035 /tests/functional/test_wallace/test_002_footer.py | |
parent | 735b07582b67fd06bfbb27a27f8aa3a2cda99702 (diff) | |
download | pykolab-03254dd34f7da4780c4fe356a1af2f956398df11.tar.gz |
Make sure the tests clean up after themselves
Diffstat (limited to 'tests/functional/test_wallace/test_002_footer.py')
-rw-r--r-- | tests/functional/test_wallace/test_002_footer.py | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/functional/test_wallace/test_002_footer.py b/tests/functional/test_wallace/test_002_footer.py index f9568c2..f888eb0 100644 --- a/tests/functional/test_wallace/test_002_footer.py +++ b/tests/functional/test_wallace/test_002_footer.py @@ -54,10 +54,10 @@ class TestWallaceFooter(unittest.TestCase): from tests.functional.synchronize import synchronize_once synchronize_once() -# @classmethod -# def teardown_class(self, *args, **kw): -# from tests.functional.purge_users import purge_users -# purge_users() + @classmethod + def teardown_class(self, *args, **kw): + from tests.functional.purge_users import purge_users + purge_users() def check_message_delivered(self, subject): imap = IMAP() |