diff options
author | Dominic DiTaranto <domdit@gmail.com> | 2024-10-28 11:36:09 -0400 |
---|---|---|
committer | Dominic DiTaranto <domdit@gmail.com> | 2024-10-28 11:36:09 -0400 |
commit | 286161b0912007c6f3859868a006e9818752a4aa (patch) | |
tree | d016592f7fa38b93f15e818586a9d294d80b6f3c /web/tests.py |
init commit
Diffstat (limited to 'web/tests.py')
-rw-r--r-- | web/tests.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/web/tests.py b/web/tests.py new file mode 100644 index 0000000..7ce503c --- /dev/null +++ b/web/tests.py @@ -0,0 +1,3 @@ +from django.test import TestCase + +# Create your tests here. |