aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorclarkzjw <[email protected]>2023-02-21 16:46:11 -0800
committerclarkzjw <[email protected]>2023-02-21 16:46:11 -0800
commit22fb6a357f1b6b91f04a180604e2f992280ee661 (patch)
tree0ed80d12ac41475138077891ffea0bb78fe392cb /bot/tests.py
parent0ce8037dcb01745edc9930b09e72bf7ea4dfcf4e (diff)
downloadswarm2fediverse-22fb6a357f1b6b91f04a180604e2f992280ee661.tar.gz
add django app templatefeature/django
Diffstat (limited to 'bot/tests.py')
-rw-r--r--bot/tests.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/bot/tests.py b/bot/tests.py
new file mode 100644
index 0000000..7ce503c
--- /dev/null
+++ b/bot/tests.py
@@ -0,0 +1,3 @@
1from django.test import TestCase
2
3# Create your tests here.
Powered by cgit v1.2.3 (git 2.41.0)