diff --git a/zipline/test/test_sanity.py b/zipline/test/test_sanity.py new file mode 100644 index 00000000..416bba57 --- /dev/null +++ b/zipline/test/test_sanity.py @@ -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)