mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
39319c0750
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. |
||
---|---|---|
.. | ||
bootloader_sections | ||
build_test | ||
cxx_build_test | ||
cxx_no_except | ||
eh_frame | ||
flash_psram | ||
g0_components | ||
g1_components | ||
gdb | ||
gdb_loadable_elf | ||
longjmp_test | ||
memprot | ||
monitor_ide_integration | ||
no_embedded_paths | ||
panic | ||
startup |