mirror of
https://github.com/meshtastic/python.git
synced 2026-04-20 23:11:45 -04:00
add examples; add Makefile
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
[pytest]
|
||||
|
||||
addopts = -m "not smoke1 and not smoke2 and not smokewifi"
|
||||
addopts = -m "not smoke1 and not smoke2 and not smokewifi and not examples"
|
||||
|
||||
markers =
|
||||
unit: marks tests as unit tests
|
||||
@@ -8,3 +8,4 @@ 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
|
||||
examples: runs the examples tests which validates the library
|
||||
|
||||
Reference in New Issue
Block a user