Search found 2 matches
- Thu Aug 29, 2024 7:10 pm
- Forum: ESP-IDF
- Topic: Running Pytest disables serial write within console
- Replies: 0
- Views: 532
Running Pytest disables serial write within console
Background: I'm writing some test automation for an ESP32-S3 based product and am using the `pytest_embedded_idf` tool to manage and script the steps. The steps include commanding the test interface, which is a separate ESP32-S3, to stimulate the device under test (DUT), and to read back the various...
- Tue May 21, 2024 5:54 pm
- Forum: ESP-IDF
- Topic: Pytest Defaulting to local build directory, even when set otherwise
- Replies: 0
- Views: 796
Pytest Defaulting to local build directory, even when set otherwise
I'm using Pytest to manage the manufacturing tests for an ESP32S3 product I'm working on. I'm finding that something in the software stack is ignoring the app_path parameter when there is a build directory within the same pytest directory. Project directory structure Project root directory - (main) ...