Changeset - e751fa564f95
[Not reviewed]
0 1 0
Lance Edgar (lance) - 11 years ago 2014-01-08 20:34:22
lance@edbob.org
break tests for buildbot
1 file changed with 3 insertions and 0 deletions:
0 comments (0 inline, 0 general)
tests/test_core.py
Show inline comments
 
@@ -10,3 +10,6 @@ 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)