summaryrefslogtreecommitdiff
path: root/src/orchestration/tests.py
diff options
context:
space:
mode:
authorCarlos Konstanski <carlos.konstanski@verizonwireless.com>2020-04-30 08:34:07 -0600
committerCarlos Konstanski <carlos.konstanski@verizonwireless.com>2020-04-30 08:34:07 -0600
commit08203a6cb7889e55975d1568e9f4a9187fad8306 (patch)
tree49ca07c8c2a44b213c0bfe23303bfbbda41d965a /src/orchestration/tests.py
initial commit
Diffstat (limited to 'src/orchestration/tests.py')
-rw-r--r--src/orchestration/tests.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/orchestration/tests.py b/src/orchestration/tests.py
new file mode 100644
index 0000000..7ce503c
--- /dev/null
+++ b/src/orchestration/tests.py
@@ -0,0 +1,3 @@
+from django.test import TestCase
+
+# Create your tests here.