mirror of
https://github.com/meshtastic/python.git
synced 2026-07-31 17:16:45 -04:00
Initial implementation of simradio-based testing with a multi-node simulated mesh
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
[pytest]
|
||||
|
||||
addopts = -m "not int and not smoke1 and not smoke2 and not smokewifi and not examples and not smokevirt"
|
||||
addopts = -m "not int and not smoke1 and not smoke2 and not smokewifi and not examples and not smokevirt and not smokemesh"
|
||||
|
||||
filterwarnings =
|
||||
ignore::DeprecationWarning
|
||||
@@ -13,4 +13,5 @@ markers =
|
||||
smoke1: runs smoke tests on a single device connected via USB
|
||||
smoke2: runs smoke tests on a two devices connected via USB
|
||||
smokewifi: runs smoke test on an esp32 device setup with wifi
|
||||
smokemesh: runs smoke tests against multiple meshtasticd sim instances
|
||||
examples: runs the examples tests which validates the library
|
||||
|
||||
Reference in New Issue
Block a user