mirror of
https://github.com/meshtastic/python.git
synced 2026-01-06 06:47:55 -05:00
add more info about running smoke tests
This commit is contained in:
@@ -19,5 +19,5 @@ def test_smoke2_test():
|
||||
return_value, out = subprocess.getstatusoutput('meshtastic --test')
|
||||
assert re.search(r'Writing serial debugging', out, re.MULTILINE)
|
||||
assert re.search(r'Ports opened', out, re.MULTILINE)
|
||||
assert re.search(r'Running 50 tests', out, re.MULTILINE)
|
||||
assert re.search(r'Running 5 tests', out, re.MULTILINE)
|
||||
assert return_value == 0
|
||||
|
||||
Reference in New Issue
Block a user