esp-idf/tools/test_apps/system
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
..
bootloader_sections bootloader_support: fix stringop-overflow warning with PERF compiler optimization 2022-09-05 10:42:11 +05:30
build_test esp32c6: add minimal ci support 2022-09-26 20:32:13 +08:00
cxx_build_test mcpwm: don't use keyword operator 2022-08-17 06:31:50 +00:00
cxx_no_except tools: Increase the minimal supported CMake version to 3.16 2022-06-01 06:35:02 +00:00
eh_frame docs: changes docs supported targets tables 2022-07-14 08:26:32 +08:00
flash_psram ci: increase test_flash_psram timeout 2022-08-19 12:13:00 +08:00
g0_components esp32c6: add minimal ci support 2022-09-26 20:32:13 +08:00
g1_components esp_app_format: Fixed build errors and resolved dependencies 2022-08-17 10:59:31 +05:30
gdb tools: add test for ROM symbols in GDB 2022-09-21 22:39:03 +04:00
gdb_loadable_elf build system: re-add -Wno-format as private flag for some test_apps 2022-08-03 16:42:47 +04:00
longjmp_test build system: re-add -Wno-format as private flag for some test_apps 2022-08-03 16:42:47 +04:00
memprot Merge branch 'ci/system_apps_pytest' into 'master' 2022-08-01 16:45:09 +08:00
monitor_ide_integration test_apps: fix monitor_ide_integration test 2022-09-21 22:39:03 +04:00
no_embedded_paths docs: changes docs supported targets tables 2022-07-14 08:26:32 +08:00
panic test_apps: move PanicTestDut from conftest into a separate module 2022-10-03 21:44:28 +02:00
startup docs: changes docs supported targets tables 2022-07-14 08:26:32 +08:00