diff options
| author | Bobby <[email protected]> | 2022-11-18 15:12:23 -0500 |
|---|---|---|
| committer | Bobby <[email protected]> | 2022-11-18 15:12:23 -0500 |
| commit | dae9aac1bcaeaab86649051cd0ab56a9fecbf63c (patch) | |
| tree | 18f957cd3f5f243ff99e4fda8e1fa9de0dca572b /ignis/tests.py | |
| parent | 09537c60fdcd90431810d5debb5baf2886363052 (diff) | |
| download | thatcomputerscientist-dae9aac1bcaeaab86649051cd0ab56a9fecbf63c.tar.xz thatcomputerscientist-dae9aac1bcaeaab86649051cd0ab56a9fecbf63c.zip | |
rename module
Diffstat (limited to 'ignis/tests.py')
| -rw-r--r-- | ignis/tests.py | 3 |
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. |
