diff --git a/pavelib/paver_tests/test_paver_quality.py b/pavelib/paver_tests/test_paver_quality.py index 4c9e0d2ec4..fb8d3c7bed 100644 --- a/pavelib/paver_tests/test_paver_quality.py +++ b/pavelib/paver_tests/test_paver_quality.py @@ -31,9 +31,11 @@ class TestPaverQualityViolations(unittest.TestCase): @file_data('pylint_test_list.json') def test_pylint_parser_count_violations(self, value): - # Tests: - # * Different types of violations - # * One violation covering multiple lines + """ + Tests: + - Different types of violations + - One violation covering multiple lines + """ with open(self.f.name, 'w') as f: f.write(value) num = pavelib.quality._count_pylint_violations(f.name)