From 6702b5681314400cc59c516f4aa7b1d1bb27bba4 Mon Sep 17 00:00:00 2001 From: "Ladue, David (dl3158)" Date: Thu, 29 Mar 2018 15:00:54 -0400 Subject: more pytest coverage Change-Id: I665b032f4789ff7a3089d727f36c8e8500963497 Issue-ID: DCAEGEN2-271 Signed-off-by: Ladue, David (dl3158) --- tests/test_trapd_settings.py | 1 - 1 file changed, 1 deletion(-) (limited to 'tests/test_trapd_settings.py') 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): """ -- cgit 1.2.3-korg