diff options
| author | Mark Weiman <mark.weiman@markzz.com> | 2015-10-11 01:00:38 -0400 |
|---|---|---|
| committer | Mark Weiman <mark.weiman@markzz.com> | 2015-10-11 01:00:38 -0400 |
| commit | 57aa89824a8dabb631c15af986a39e779d0fe3cb (patch) | |
| tree | 2df3bf79026e1c544e57375566297bcc7634afa5 /root/tests.py | |
| download | website-57aa89824a8dabb631c15af986a39e779d0fe3cb.tar.gz website-57aa89824a8dabb631c15af986a39e779d0fe3cb.zip | |
inital
Diffstat (limited to 'root/tests.py')
| -rw-r--r-- | root/tests.py | 3 |
1 files changed, 3 insertions, 0 deletions
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. |
