fix output on tests using pytest -s option; fixed some tests

This commit is contained in:
Mike Kinney
2021-12-31 10:55:13 -08:00
parent 10f48f130f
commit 4ee647403b
8 changed files with 72 additions and 27 deletions

View File

@@ -78,4 +78,3 @@ def test_sendToRadioImpl(caplog, reset_globals):
assert re.search(r'Sending: ', caplog.text, re.MULTILINE)
assert re.search(r'reading character', caplog.text, re.MULTILINE)
assert re.search(r'In reader loop', caplog.text, re.MULTILINE)
print(caplog.text)