mirror of
https://github.com/wassname/catalyst.git
synced 2026-08-07 11:20:19 +08:00
Add stupid test to make Jenkins happy.
This commit is contained in:
@@ -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)
|
||||
Reference in New Issue
Block a user