From dbf6c1eedca7502a065b3b1076180f9ed60992ed Mon Sep 17 00:00:00 2001 From: Bryan Bishop Date: Sun, 4 Aug 2013 15:42:59 -0500 Subject: fix setUpClass for a unittest.TestCase --- tests/tests.py | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'tests') diff --git a/tests/tests.py b/tests/tests.py index 69780f5..8430eb6 100644 --- a/tests/tests.py +++ b/tests/tests.py @@ -94,16 +94,6 @@ import mock class TestCram(unittest.TestCase): "this is where i cram all of my unit tests together" - @classmethod - def setUpClass(cls): - global rom - cls.rom = direct_load_rom() - rom = cls.rom - - @classmethod - def tearDownClass(cls): - del cls.rom - def test_map_name_cleaner(self): name = "hello world" cleaned_name = map_name_cleaner(name) -- cgit v1.2.3