summaryrefslogtreecommitdiff
path: root/backend/articles/tests.py
diff options
context:
space:
mode:
authorAndrew <saintruler@gmail.com>2019-03-11 21:00:02 +0400
committerAndrew <saintruler@gmail.com>2019-03-11 21:00:02 +0400
commit7e7dd5244e8d26485ad7950a89c04c98c4fef83f (patch)
tree810730c4650392080fb87a78d3b527201e89fe4b /backend/articles/tests.py
Initial commit/
Diffstat (limited to 'backend/articles/tests.py')
-rw-r--r--backend/articles/tests.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/backend/articles/tests.py b/backend/articles/tests.py
new file mode 100644
index 0000000..7ce503c
--- /dev/null
+++ b/backend/articles/tests.py
@@ -0,0 +1,3 @@
+from django.test import TestCase
+
+# Create your tests here.