summaryrefslogtreecommitdiff
path: root/website/tests.py
diff options
context:
space:
mode:
authorprashantsinalkar2018-08-02 22:51:18 +0530
committerprashantsinalkar2018-08-02 22:51:18 +0530
commitd22f9f0c93721ae2ab310f09686ab42c6822d784 (patch)
tree9dcb425d7e3ba53ff706669f41c28bd1488d14bb /website/tests.py
parent0a4b8cc4c3df7521cda17b42cc78218ac4e1b38a (diff)
downloadSciPy2018-d22f9f0c93721ae2ab310f09686ab42c6822d784.tar.gz
SciPy2018-d22f9f0c93721ae2ab310f09686ab42c6822d784.tar.bz2
SciPy2018-d22f9f0c93721ae2ab310f09686ab42c6822d784.zip
added app website
Diffstat (limited to 'website/tests.py')
-rw-r--r--website/tests.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/website/tests.py b/website/tests.py
new file mode 100644
index 0000000..7ce503c
--- /dev/null
+++ b/website/tests.py
@@ -0,0 +1,3 @@
+from django.test import TestCase
+
+# Create your tests here.