aboutsummaryrefslogtreecommitdiff
path: root/ignis/tests.py
diff options
context:
space:
mode:
authorBobby <[email protected]>2022-11-18 15:12:23 -0500
committerBobby <[email protected]>2022-11-18 15:12:23 -0500
commitdae9aac1bcaeaab86649051cd0ab56a9fecbf63c (patch)
tree18f957cd3f5f243ff99e4fda8e1fa9de0dca572b /ignis/tests.py
parent09537c60fdcd90431810d5debb5baf2886363052 (diff)
downloadthatcomputerscientist-dae9aac1bcaeaab86649051cd0ab56a9fecbf63c.tar.xz
thatcomputerscientist-dae9aac1bcaeaab86649051cd0ab56a9fecbf63c.zip
rename module
Diffstat (limited to 'ignis/tests.py')
-rw-r--r--ignis/tests.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/ignis/tests.py b/ignis/tests.py
new file mode 100644
index 00000000..7ce503c2
--- /dev/null
+++ b/ignis/tests.py
@@ -0,0 +1,3 @@
+from django.test import TestCase
+
+# Create your tests here.