add more smoke1 tests: debug, team, ch-longslow, ch-shortfast, ch-add, ch-del, ch-index

This commit is contained in:
Mike Kinney
2021-12-03 11:38:50 -08:00
parent 7dd67bb4b4
commit f8ab4ffcfe
4 changed files with 87 additions and 1 deletions

View File

@@ -183,6 +183,7 @@ Possible options for testing:
* To run just integration tests: pytest -mint
* To run a smoke test with only one device connected serially: pytest -msmoke1
CAUTION: Running smoke1 will reset values on the device.
Be sure to hit the button on the device to reset after the test is run.
* To run a specific test: pytest -msmoke1 meshtastic/test/test_smoke1.py::test_smoke1_info
* To add another classification of tests, then look in pytest.ini
* To see the unit test code coverage: pytest --cov=meshtastic