We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68f5679 commit 3bf5131Copy full SHA for 3bf5131
1 file changed
README.md
@@ -120,6 +120,12 @@ In case the serial interface input is not read by PlatformIO serial monitor one
120
121
This is especially useful when simulating the microcontroller or device.
122
123
+### Unit testing
124
+
125
+The project is setup for running unit tests:
126
127
+ platformio test --verbose --environment native
128
129
## Contribute
130
131
Please refer to [`CONTRIBUTING.md`](CONTRIBUTING.md).
0 commit comments