Explorar o código

added an example test case

Dimitri Korsch %!s(int64=3) %!d(string=hai) anos
pai
achega
4fddd32c66
Modificáronse 1 ficheiros con 6 adicións e 0 borrados
  1. 6 0
      backend/pycs_api/tests.py

+ 6 - 0
backend/pycs_api/tests.py

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