diff options
| author | Carlos Konstanski <carlos.konstanski@verizonwireless.com> | 2020-04-30 08:34:07 -0600 |
|---|---|---|
| committer | Carlos Konstanski <carlos.konstanski@verizonwireless.com> | 2020-04-30 08:34:07 -0600 |
| commit | 08203a6cb7889e55975d1568e9f4a9187fad8306 (patch) | |
| tree | 49ca07c8c2a44b213c0bfe23303bfbbda41d965a /src/caas/tests.py | |
initial commit
Diffstat (limited to 'src/caas/tests.py')
| -rw-r--r-- | src/caas/tests.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/caas/tests.py b/src/caas/tests.py new file mode 100644 index 0000000..7ce503c --- /dev/null +++ b/src/caas/tests.py @@ -0,0 +1,3 @@ +from django.test import TestCase + +# Create your tests here. |
