django/tests/test_runner_apps/sample/tests/tests.py
2018-01-04 15:41:33 -05:00

7 lines
95 B
Python

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