mirror of
https://github.com/rpm-software-management/tito.git
synced 2025-02-23 12:12:47 +00:00
![]() The old output was missing filenames, e.g. AssertionError: Found PEP8 errors that may break your code in Python 3: 2 E201 whitespace after '[' 3 E202 whitespace before ']' 2 E203 whitespace before ':' 1 E221 multiple spaces before operator 1 E302 expected 2 blank lines, found 1 2 E303 too many blank lines (2) That's now usefull at all. Where the heck should I search for these errors. The new output is a little bit messy but contains more usefull information, e.g. AssertionError: Found PEP8 errors that may break your code in Python 3: /tito/test/unit/../../src/tito/release/LocalYumRepo.py:9:1: E302 expected 2 blank lines, found 1 /tito/test/unit/../../src/tito/release/LocalYumRepo.py:17:66: E202 whitespace before ']' /tito/test/unit/../../src/tito/release/LocalYumRepo.py:21:15: E203 whitespace before ':' /tito/test/unit/../../src/tito/release/LocalYumRepo.py:22:16: E203 whitespace before ':' /tito/test/unit/../../src/tito/release/LocalYumRepo.py:26:18: E201 whitespace after '[' /tito/test/unit/../../src/tito/release/LocalYumRepo.py:26:32: E202 whitespace before ']' /tito/test/unit/../../src/tito/release/LocalYumRepo.py:29:15: E201 whitespace after '[' /tito/test/unit/../../src/tito/release/LocalYumRepo.py:29:32: E202 whitespace before ']' /tito/test/unit/../../src/tito/release/LocalYumRepo.py:35:17: E221 multiple spaces before operator /tito/test/unit/../../src/tito/release/LocalYumRepo.py:76:5: E303 too many blank lines (2) |
||
---|---|---|
.. | ||
functional | ||
unit |