mirror of
https://github.com/meshtastic/python.git
synced 2026-04-19 22:37:21 -04:00
fix output on tests using pytest -s option; fixed some tests
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user