Files
catalyst/tests/test_sanity.py
T
2012-05-09 13:34:13 -04: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)