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
This folder is for testing the example sketches against expected output and thus provide an integration test for each example sketch.
4
+
5
+
## Setup
6
+
7
+
Install the python packages needed: `pip install -r requirements.txt`
8
+
9
+
## Running
10
+
11
+
* 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`
0 commit comments