summaryrefslogtreecommitdiffstats
path: root/test/dummy_test_dummy.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/dummy_test_dummy.py')
-rw-r--r--test/dummy_test_dummy.py14
1 files changed, 0 insertions, 14 deletions
diff --git a/test/dummy_test_dummy.py b/test/dummy_test_dummy.py
deleted file mode 100644
index dc46d50..0000000
--- a/test/dummy_test_dummy.py
+++ /dev/null
@@ -1,14 +0,0 @@
-import osdf
-# import osdfapp
-from osdf.config.loader import load_config_file
-
-
-def test_dummy():
- """Generate time constraints from cm-request.json and cm-policy-response.json"""
- try:
- load_config_file("DUMMY")
- except:
- pass
- return 1
-
-