aboutsummaryrefslogtreecommitdiffstats
path: root/ctrack/compliance/tests.py
diff options
context:
space:
mode:
authorMatthew Lemon <lemon@matthewlemon.com>2020-10-21 09:59:30 +0100
committerMatthew Lemon <lemon@matthewlemon.com>2020-10-21 09:59:30 +0100
commit89da43fb56d036dc11420c9f7246c19854512517 (patch)
tree8440746edfb7120d31cd3655bd2d582df22ba75d /ctrack/compliance/tests.py
parent3a4073a6f6d4c6d03f2464120d7d8a6fdbed42b1 (diff)
first stab at a new compliance app for doing overview view and later audit and inspection stuff
Diffstat (limited to 'ctrack/compliance/tests.py')
-rw-r--r--ctrack/compliance/tests.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/ctrack/compliance/tests.py b/ctrack/compliance/tests.py
new file mode 100644
index 0000000..7ce503c
--- /dev/null
+++ b/ctrack/compliance/tests.py
@@ -0,0 +1,3 @@
+from django.test import TestCase
+
+# Create your tests here.