Add debug on fail and lengthen unit tests

This commit is contained in:
Ed
2024-04-19 16:59:40 +01:00
parent bee1d878af
commit cd497a0c78
3 changed files with 3 additions and 3 deletions

View File

@@ -58,4 +58,4 @@ def test_rx(capfd, config, build_midi):
capture = capfd.readouterr().out
result = tester.run(capture.split("\n"))
assert result
assert result, f"expected: {expected}\n capture: {capture}"