Tests: Spaces & TABs

Fix TABs and none-PEP8 spaces in approval test.
Does not yet fix overlong lines for full `flake8` compliance.
This commit is contained in:
Axel Huebl 2018-08-28 16:14:21 +02:00 committed by Martin Hořeňovský
parent 7667a7d89c
commit 90663b2e75
1 changed files with 5 additions and 6 deletions

View File

@ -98,7 +98,6 @@ def filterLine(line, isCompact):
# go from \ in windows paths to /
line = line.replace('\\', '/')
# strip source line numbers
m = filelocParser.match(line)
if m:
@ -180,7 +179,7 @@ print("Running approvals against executable:")
print(" " + cmdPath)
### Keep default reporters here
# ## Keep default reporters here ##
# Standard console reporter
approve("console.std", ["~[!nonportable]~[!benchmark]~[approvals]", "--order", "lex", "--rng-seed", "0"])
# console reporter, include passes, warn about No Assertions