diff options
author | Bryan Bishop <kanzure@gmail.com> | 2013-08-04 13:07:59 -0500 |
---|---|---|
committer | Bryan Bishop <kanzure@gmail.com> | 2013-08-04 13:07:59 -0500 |
commit | f4f0005e94c63b1b666553b1e26b2f1302af2a43 (patch) | |
tree | a5800ec65be9c26fa4189ec673b960ae926fc0fc /tests/tests.py | |
parent | 0d97582126b4c177f5a12388b6ff2548ef8acdac (diff) |
remove a useless test
Diffstat (limited to 'tests/tests.py')
-rw-r--r-- | tests/tests.py | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/tests.py b/tests/tests.py index 3443341..efd1662 100644 --- a/tests/tests.py +++ b/tests/tests.py @@ -105,10 +105,6 @@ class TestCram(unittest.TestCase): def tearDownClass(cls): del cls.rom - def test_generic_useless(self): - "do i know how to write a test?" - self.assertEqual(1, 1) - def test_map_name_cleaner(self): name = "hello world" cleaned_name = map_name_cleaner(name) |