From 57aa89824a8dabb631c15af986a39e779d0fe3cb Mon Sep 17 00:00:00 2001 From: Mark Weiman Date: Sun, 11 Oct 2015 01:00:38 -0400 Subject: inital --- root/tests.py | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 root/tests.py (limited to 'root/tests.py') diff --git a/root/tests.py b/root/tests.py new file mode 100644 index 0000000..7ce503c --- /dev/null +++ b/root/tests.py @@ -0,0 +1,3 @@ +from django.test import TestCase + +# Create your tests here. -- cgit v1.3.1