django/tests/test_runner_apps/sample/tests/tests.py
2022-02-07 20:37:05 +01:00

6 lines
94 B
Python

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