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
Copy file name to clipboardExpand all lines: components/esp_websocket_client/examples/target/README.md
+25-1Lines changed: 25 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -73,7 +73,31 @@ idf.py -p PORT flash monitor
73
73
74
74
(To exit the serial monitor, type ``Ctrl-]``.)
75
75
76
-
See the Getting Started Guide for full steps to configure and use ESP-IDF to build projects.
76
+
See the [ESP-IDF Getting Started Guide](https://docs.espressif.com/projects/esp-idf/en/latest/esp32/get-started/index.html) for full steps to configure and use ESP-IDF to build projects.
77
+
78
+
## Testing with pytest
79
+
80
+
### Install Dependencies
81
+
82
+
Before running the pytest tests, you need to install the required Python packages:
83
+
84
+
```
85
+
pip install -r esp-protocols/ci/requirements.txt
86
+
```
87
+
88
+
### Run pytest
89
+
90
+
After installing the dependencies, you can run the pytest tests:
0 commit comments