aboutsummaryrefslogtreecommitdiff
path: root/rrd/tests.py
diff options
context:
space:
mode:
authorElena ``of Valhalla'' Grandi <valhalla@trueelena.org>2023-12-04 07:28:02 +0100
committerElena ``of Valhalla'' Grandi <valhalla@trueelena.org>2023-12-29 07:29:12 +0100
commit0a56d27c3b0f590e0eef85666bb0d10d36041089 (patch)
tree22fb8c828ddf05919a2b19fa010f30a3be95e667 /rrd/tests.py
parentbaf3dc2691ea92ffb09ba107cb7abf2bb737122a (diff)
basic django project
Diffstat (limited to 'rrd/tests.py')
-rw-r--r--rrd/tests.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/rrd/tests.py b/rrd/tests.py
new file mode 100644
index 0000000..7ce503c
--- /dev/null
+++ b/rrd/tests.py
@@ -0,0 +1,3 @@
+from django.test import TestCase
+
+# Create your tests here.