summaryrefslogtreecommitdiff
path: root/tests/tests.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/tests.py')
-rw-r--r--tests/tests.py10
1 files changed, 0 insertions, 10 deletions
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)