@@ -1,3 +1,9 @@
from django.test import TestCase
# Create your tests here.
+
+class SimpleTest(TestCase):
+ def test_something(self):
+ self.assertTrue(True)