tests.py 142 B

123456
  1. from django.test import TestCase
  2. class NoModelTests(TestCase):
  3. """ A placeholder test case. See empty.tests for more info. """
  4. pass