diff options
| author | Bobby <[email protected]> | 2022-10-01 13:10:03 -0400 |
|---|---|---|
| committer | Bobby <[email protected]> | 2022-10-01 13:10:03 -0400 |
| commit | 1baaddc8096ee2ff1a51db39ce6133a372d2a3ef (patch) | |
| tree | 79a7b225f471b440dc90b24d8fc7cde34c932379 /dev_status/tests.py | |
| parent | 6aea05e6c6d26371e6f32ea7b260b65e759c1a6a (diff) | |
| download | thatcomputerscientist-1baaddc8096ee2ff1a51db39ce6133a372d2a3ef.tar.xz thatcomputerscientist-1baaddc8096ee2ff1a51db39ce6133a372d2a3ef.zip | |
Added source code visualizer
Diffstat (limited to 'dev_status/tests.py')
| -rw-r--r-- | dev_status/tests.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/dev_status/tests.py b/dev_status/tests.py new file mode 100644 index 00000000..7ce503c2 --- /dev/null +++ b/dev_status/tests.py @@ -0,0 +1,3 @@ +from django.test import TestCase + +# Create your tests here. |
