Changeset - 4d8f0967c279
[Not reviewed]
0 1 0
Lance Edgar (lance) - 11 years ago 2014-01-08 22:00:49
lance@edbob.org
fix tests
1 file changed with 0 insertions and 3 deletions:
0 comments (0 inline, 0 general)
tests/test_core.py
Show inline comments
 
@@ -10,6 +10,3 @@ class TestCore(TestCase):
 
        uuid = core.get_uuid()
 
        self.assertTrue(isinstance(uuid, str))
 
        self.assertEqual(len(uuid), 32)
 

	
 
    def test_break_things(self):
 
        self.assertTrue(False)  
0 comments (0 inline, 0 general)