django/tests/test_discovery_sample/tests/tests.py

8 lines
95 B
Python

from unittest import TestCase
class Test(TestCase):
def test_sample(self):
pass