You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Run all tests: `pytest . --port <device_port> -s`
12
-
* Run a test for a specific example sketch: `pytest . --port <device_port> -s test_<sketch_name_without_dot_ino>`. For example for `debug_modem`: `pytest . --port COM7 -s test_debug_modem`
12
+
* Run a test for a specific example sketch: `pytest . --port <device_port> -s -k test_<sketch_name_without_dot_ino>`. For example for `debug_modem`: `pytest . --port COM7 -s -k test_debug_modem`
0 commit comments