esp-idf/tools/test_apps/system/panic/test_panic_util
Ivan Grokhotkov 39319c0750
test_apps: move PanicTestDut from conftest into a separate module
pytest_panic used to do 'from conftest import PanicTestDut'. This
stopped working when another conftest.py file was added in
tools/test_build_system/conftest.py.
In this case we can't rename conftest.py since both are necessary
for pytest to install the hooks in the respective test cases.
Fix by moving PanicTestDut into a separate module, then importing
it from there.
2022-10-03 21:44:28 +02:00
..
__init__.py test_apps: move PanicTestDut from conftest into a separate module 2022-10-03 21:44:28 +02:00
panic_dut.py test_apps: move PanicTestDut from conftest into a separate module 2022-10-03 21:44:28 +02:00