arduino-esp32/tests/touch/test_touch.py
Jan Procházka 1163e8a7ad
Added TOUCH test sketch + test script (#7413)
* added test for touch peripheral

* removed cfg.json

* pass test for unsupported chips

* fixed condition

* changed released value for S2

* add new chip error
2022-11-02 14:20:31 +02:00

2 lines
67 B
Python

def test_touch(dut):
dut.expect_unity_test_output(timeout=240)