From d402fc91083313f14e5a638646c7c72e59c8ae70 Mon Sep 17 00:00:00 2001 From: Johannes Christ Date: Mon, 13 Aug 2018 23:34:25 +0200 Subject: Add stub applications `api` and `wiki`. --- wiki/tests.py | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 wiki/tests.py (limited to 'wiki/tests.py') diff --git a/wiki/tests.py b/wiki/tests.py new file mode 100644 index 00000000..7ce503c2 --- /dev/null +++ b/wiki/tests.py @@ -0,0 +1,3 @@ +from django.test import TestCase + +# Create your tests here. -- cgit v1.2.3