diff options
author | Ladue, David (dl3158) <dl3158@att.com> | 2018-03-29 15:00:54 -0400 |
---|---|---|
committer | Ladue, David (dl3158) <dl3158@att.com> | 2018-03-29 15:06:11 -0400 |
commit | 6702b5681314400cc59c516f4aa7b1d1bb27bba4 (patch) | |
tree | 562d24fd74828437b199f6c3e8ab8e0a9c711be1 /tests/test_trapd_settings.py | |
parent | 1ee2859001e6f5dd687a455672e88f2e73a56463 (diff) |
more pytest coverage
Change-Id: I665b032f4789ff7a3089d727f36c8e8500963497
Issue-ID: DCAEGEN2-271
Signed-off-by: Ladue, David (dl3158) <dl3158@att.com>
Diffstat (limited to 'tests/test_trapd_settings.py')
-rw-r--r-- | tests/test_trapd_settings.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/test_trapd_settings.py b/tests/test_trapd_settings.py index ab64426..17b20a8 100644 --- a/tests/test_trapd_settings.py +++ b/tests/test_trapd_settings.py @@ -6,7 +6,6 @@ pid_file="/tmp/test_pid_file" pid_file_dne="/tmp/test_pid_file_NOT" import trapd_settings as tds -from conftest import test_var class test_cleanup_and_exit(unittest.TestCase): """ |