refactor globals to singleton

This commit is contained in:
Mike Kinney
2021-12-09 11:26:24 -08:00
parent 8028e596bb
commit e7991cfc00
3 changed files with 107 additions and 10 deletions

View File

@@ -244,4 +244,6 @@ pytest -m smokewifi meshtastic/test/test_smoke_wifi.py::test_smokewifi_info
```
pytest --cov=meshtastic
# or if want html coverage report
pytest --cov-report html --cov=meshtastic
```