espressif / pytest-embedded

A pytest plugin that designed for embedded testing
https://docs.espressif.com/projects/pytest-embedded/en/latest/
MIT License
93 stars 26 forks source link

feature: multi source expect (RDT-546) #229

Open horw opened 1 year ago

horw commented 1 year ago

Add functionality for expectations from many sources capability. Created pexpect for many sources, add functionality for expect in DUT.

horw commented 1 year ago

Hi, I just add logic for DuplicateStdoutPopen child, to be exact I've created pexpect_process for them. What do you think about this solution? p.s. just implemented expect, still need update expect_exact etc.

VojtechBartoska commented 9 months ago

Closes https://github.com/espressif/pytest-embedded/issues/155

VojtechBartoska commented 9 months ago

CI fixes needed