Commit a3a577505e06b3154bc71e47a1d1cb73ac26bd9c
1 parent
58954d69
tests: Remove unused variables
Showing
1 changed file
with
0 additions
and
8 deletions
tests/common/log_helper/test_log_helper.py
| ... | ... | @@ -20,14 +20,6 @@ TEST_FILE = relpath(join(dirname(abspath(__file__)), 'log_helper_test_main.py'), |
| 20 | 20 | PROJECT_ROOT) |
| 21 | 21 | PYTHON_EXECUTABLE = sys.executable |
| 22 | 22 | |
| 23 | -MAIN_LOG_MESSAGES = [ | |
| 24 | - log_helper_test_main.DEBUG_MESSAGE, | |
| 25 | - log_helper_test_main.INFO_MESSAGE, | |
| 26 | - log_helper_test_main.WARNING_MESSAGE, | |
| 27 | - log_helper_test_main.ERROR_MESSAGE, | |
| 28 | - log_helper_test_main.CRITICAL_MESSAGE | |
| 29 | -] | |
| 30 | - | |
| 31 | 23 | |
| 32 | 24 | class TestLogHelper(unittest.TestCase): |
| 33 | 25 | def test_it_doesnt_log_when_not_enabled(self): | ... | ... |