tests.py 151 B

123456789
  1. from django.test import TestCase
  2. # Create your tests here.
  3. class SimpleTest(TestCase):
  4. def test_something(self):
  5. self.assertTrue(True)