Add stupid test to make Jenkins happy.

This commit is contained in:
Stephen Diehl
2012-02-20 17:36:14 -05:00
parent c0d53dc860
commit 351f277954
+7
View File
@@ -0,0 +1,7 @@
from unittest2 import TestCase
class TestEnviroment(TestCase):
def test_universe(self):
# first order logic is working today. Yay!
self.assertTrue(True != False)