tests: use stdout for everything except errors
This commit is contained in:
parent
0ca3c08447
commit
822874e0e9
1 changed files with 1 additions and 1 deletions
2
test.py
2
test.py
|
@ -121,7 +121,7 @@ def main() -> int:
|
|||
|
||||
output = result[1]
|
||||
|
||||
stderr.write(indent(text=output, prefix=INDENT * " ") + "\n")
|
||||
print(indent(text=output, prefix=INDENT * " "))
|
||||
|
||||
if output != test.expected:
|
||||
raise ContinuityFailure(f"test did not match output")
|
||||
|
|
Loading…
Add table
Reference in a new issue