diff options
| author | Bobby <[email protected]> | 2023-05-15 07:30:20 -0400 |
|---|---|---|
| committer | Bobby <[email protected]> | 2023-05-15 07:30:20 -0400 |
| commit | 394d74b553360a82f803a34205a8df609777fdff (patch) | |
| tree | 8e78eb5214a47eb5fa46d7400cea192ed6b3aa94 /chat/tests.py | |
| parent | 4cbc1c64b3f5f7bc6f6f9744dd09828d7e79d65d (diff) | |
| download | thatcomputerscientist-394d74b553360a82f803a34205a8df609777fdff.tar.xz thatcomputerscientist-394d74b553360a82f803a34205a8df609777fdff.zip | |
Simple working live chat
Diffstat (limited to 'chat/tests.py')
| -rw-r--r-- | chat/tests.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/chat/tests.py b/chat/tests.py new file mode 100644 index 00000000..7ce503c2 --- /dev/null +++ b/chat/tests.py @@ -0,0 +1,3 @@ +from django.test import TestCase + +# Create your tests here. |
