aboutsummaryrefslogtreecommitdiff
path: root/users/tests.py
diff options
context:
space:
mode:
authorBobby <[email protected]>2022-07-20 10:50:33 +0530
committerBobby <[email protected]>2022-07-20 10:50:33 +0530
commit1869eaac8b4708620bf61a5d7dee6ccd73474309 (patch)
tree244cdfa581b028c4fec4118c5e1a9cfb215dfde0 /users/tests.py
parent09b002e46b69b43ccd9fc1be29c8bf15f7c2e8be (diff)
downloadthatcomputerscientist-1869eaac8b4708620bf61a5d7dee6ccd73474309.tar.xz
thatcomputerscientist-1869eaac8b4708620bf61a5d7dee6ccd73474309.zip
Add users app to control user actions: added login and logout
Diffstat (limited to 'users/tests.py')
-rw-r--r--users/tests.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/users/tests.py b/users/tests.py
new file mode 100644
index 00000000..7ce503c2
--- /dev/null
+++ b/users/tests.py
@@ -0,0 +1,3 @@
+from django.test import TestCase
+
+# Create your tests here.