summaryrefslogtreecommitdiff
path: root/journal/api/tests.py
diff options
context:
space:
mode:
authorMark Powers <mark@marks.kitchen>2024-07-14 15:30:27 -0500
committerMark Powers <mark@marks.kitchen>2024-07-14 15:30:27 -0500
commitad232020d57d2c77dfd5400dc4a8290b484c8ba2 (patch)
tree3e2121666986c67fe554a1e9046682b7370d412e /journal/api/tests.py
Initial commitmain
Diffstat (limited to 'journal/api/tests.py')
-rw-r--r--journal/api/tests.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/journal/api/tests.py b/journal/api/tests.py
new file mode 100644
index 0000000..7ce503c
--- /dev/null
+++ b/journal/api/tests.py
@@ -0,0 +1,3 @@
+from django.test import TestCase
+
+# Create your tests here.