Page 1 of 1

Pytest_blink.py

Posted: Tue Feb 06, 2024 8:01 pm
by jpitz31
Hello All, Just installed ESP-IDF under Visual Studio Code. In order to test the install I build the blink sample project.
Upon building the code a pytest_blink.py python script was created. It makes reference to pytest. What is the purpose of this script?

Thanks
Joe

Re: Pytest_blink.py

Posted: Wed Feb 07, 2024 12:46 pm
by liaifat85
pytest is a popular testing framework for Python, and ESP-IDF build system includes some tests for the blink sample project.