From 8312e3b36a3bf2276e98b883bc1dbeb235ca9ffe Mon Sep 17 00:00:00 2001 From: Mitch Riedstra Date: Wed, 28 Jun 2017 12:37:02 -0400 Subject: Initial Setup --- app/dispatch/tests.py | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 app/dispatch/tests.py (limited to 'app/dispatch/tests.py') diff --git a/app/dispatch/tests.py b/app/dispatch/tests.py new file mode 100644 index 0000000..7ce503c --- /dev/null +++ b/app/dispatch/tests.py @@ -0,0 +1,3 @@ +from django.test import TestCase + +# Create your tests here. -- cgit v1.2.3