Skip to content

Commit cbf0229

Browse files
committed
Add -k for testing a specific example in the test readme
1 parent a1ae895 commit cbf0229

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ Install the python packages needed: `pip install -r requirements.txt`
99
## Running
1010

1111
* 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`
1313

0 commit comments

Comments
 (0)