diff options
| author | Bobby <[email protected]> | 2024-12-15 19:11:48 -0500 |
|---|---|---|
| committer | Bobby <[email protected]> | 2024-12-15 19:11:48 -0500 |
| commit | 8bb529d5eefec11360e7aacb287120d6427793bd (patch) | |
| tree | 356d0690288513eee99abedafd3cf0929a3f27a3 /services/users/tests.py | |
| parent | 12c92bf4d74f3717b1eafe1737e671a2b8bda02e (diff) | |
| download | thatcomputerscientist-8bb529d5eefec11360e7aacb287120d6427793bd.tar.xz thatcomputerscientist-8bb529d5eefec11360e7aacb287120d6427793bd.zip | |
user stats
Diffstat (limited to 'services/users/tests.py')
| -rw-r--r-- | services/users/tests.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/services/users/tests.py b/services/users/tests.py new file mode 100644 index 00000000..7ce503c2 --- /dev/null +++ b/services/users/tests.py @@ -0,0 +1,3 @@ +from django.test import TestCase + +# Create your tests here. |
