summaryrefslogtreecommitdiff
path: root/stats/tests.py
diff options
context:
space:
mode:
authoradityacp2020-11-06 18:21:48 +0530
committeradityacp2020-11-06 18:21:48 +0530
commitfe5b3c41aa898fa7491a7ec9bce28c5e1c5b542d (patch)
treee831246ddb7cdbff9a11dde0a554cd4a37ced49d /stats/tests.py
parent43958e5932d68fce533d60a1abb953680d422ba9 (diff)
downloadonline_test-fe5b3c41aa898fa7491a7ec9bce28c5e1c5b542d.tar.gz
online_test-fe5b3c41aa898fa7491a7ec9bce28c5e1c5b542d.tar.bz2
online_test-fe5b3c41aa898fa7491a7ec9bce28c5e1c5b542d.zip
Statistics app for video tracking
Diffstat (limited to 'stats/tests.py')
-rw-r--r--stats/tests.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/stats/tests.py b/stats/tests.py
new file mode 100644
index 0000000..7ce503c
--- /dev/null
+++ b/stats/tests.py
@@ -0,0 +1,3 @@
+from django.test import TestCase
+
+# Create your tests here.