@@ -42,7 +42,7 @@ def tearDownClass(cls):
42
42
@classmethod
43
43
def get_script_dir (cls ):
44
44
return testutils .UNIT_TESTS_FOLDER / 'log_filtering_functions' / \
45
- 'dependency_logging_filter'
45
+ 'dependency_logging_filter'
46
46
47
47
def test_dependency_logging_filter_enabled (self ):
48
48
"""
@@ -82,7 +82,7 @@ def tearDownClass(cls):
82
82
@classmethod
83
83
def get_script_dir (cls ):
84
84
return testutils .UNIT_TESTS_FOLDER / 'log_filtering_functions' / \
85
- 'dependency_logging_filter'
85
+ 'dependency_logging_filter'
86
86
87
87
def test_dependency_logging_filter_disabled (self ):
88
88
"""
@@ -101,8 +101,7 @@ def check_log_dependency_logging_filter_disabled(self,
101
101
self .assertIn ('logging from external library' , host_out )
102
102
103
103
104
- class TestDependencyLoggingEnabledBluePrintFunctions (
105
- testutils .WebHostTestCase ):
104
+ class TestDependencyLoggingEnabledBluePrintFunctions (testutils .WebHostTestCase ):
106
105
"""
107
106
Tests for cx dependency logging filtering with blueprint func enabled case.
108
107
"""
@@ -126,7 +125,7 @@ def tearDownClass(cls):
126
125
@classmethod
127
126
def get_script_dir (cls ):
128
127
return testutils .UNIT_TESTS_FOLDER / 'log_filtering_functions' / \
129
- 'dependency_logging_filter'
128
+ 'dependency_logging_filter'
130
129
131
130
def test_dependency_logging_filter_blueprint_enabled (self ):
132
131
"""
@@ -148,7 +147,7 @@ def check_log_dependency_logging_filter_blueprint_enabled(self,
148
147
149
148
150
149
class TestDependencyLoggingDisabledBluePrintFunctions (
151
- testutils .WebHostTestCase ):
150
+ testutils .WebHostTestCase ):
152
151
"""
153
152
Tests for cx dependency logging filtering with blueprint func disabled
154
153
case.
@@ -169,7 +168,7 @@ def tearDownClass(cls):
169
168
@classmethod
170
169
def get_script_dir (cls ):
171
170
return testutils .UNIT_TESTS_FOLDER / 'log_filtering_functions' / \
172
- 'dependency_logging_filter'
171
+ 'dependency_logging_filter'
173
172
174
173
def test_dependency_logging_filter_disabled_blueprint (self ):
175
174
"""
0 commit comments