Files
catalyst/zipline/test/test_sanity.py
T
2012-02-20 17:36:14 -05:00

8 lines
184 B
Python

from unittest2 import TestCase
class TestEnviroment(TestCase):
def test_universe(self):
# first order logic is working today. Yay!
self.assertTrue(True != False)