From f676a599a266beb504240406ddf6ff48446c8215 Mon Sep 17 00:00:00 2001 From: Daniel Schadt Date: Wed, 25 May 2016 23:50:04 +0200 Subject: [PATCH] tests: remove leftover lines from writing the code Those lines are not needed. --- tests/end2end/fixtures/test_quteprocess.py | 6 ------ 1 file changed, 6 deletions(-) diff --git a/tests/end2end/fixtures/test_quteprocess.py b/tests/end2end/fixtures/test_quteprocess.py index 348faf705..0c8bfef65 100644 --- a/tests/end2end/fixtures/test_quteprocess.py +++ b/tests/end2end/fixtures/test_quteprocess.py @@ -177,12 +177,6 @@ def test_log_line_parse(data, attrs): assert actual == expected, name -COLORS = ['black', 'red', 'green', 'yellow', 'blue', 'purple', 'cyan', 'white'] -EXTENDED_FMT = ('{green}{asctime:8}{reset} ' - '{log_color}{levelname:8}{reset} ' - '{cyan}{name:10} {module}:{funcName}:{lineno}{reset} ' - '{log_color}{message}{reset}') - @pytest.mark.parametrize('data, colorized, expected', [ ( {'created': 0, 'levelname': 'DEBUG', 'name': 'foo', 'module': 'bar',