diff --git a/tests/test_sanity.py b/tests/test_sanity.py deleted file mode 100644 index 416bba57..00000000 --- a/tests/test_sanity.py +++ /dev/null @@ -1,7 +0,0 @@ -from unittest2 import TestCase - -class TestEnviroment(TestCase): - - def test_universe(self): - # first order logic is working today. Yay! - self.assertTrue(True != False)