mirror of
https://github.com/espressif/esp-idf.git
synced 2026-09-22 13:01:16 +03:00
Squashes these original commits for release/v5.4 backport traceability: - 9b289dc5ad6 ci: apply idf-ci 1.x - 381df980d57 ci: remove pip-cache and other unused jobs - 32375a0a15e ci: apply common-scripts CI refactor
27 lines
937 B
INI
27 lines
937 B
INI
[pytest]
|
|
addopts = -p no:idf-ci
|
|
|
|
# log related
|
|
log_cli = True
|
|
log_cli_level = INFO
|
|
log_cli_format = %(asctime)s %(levelname)s %(message)s
|
|
log_cli_date_format = %Y-%m-%d %H:%M:%S
|
|
|
|
# junit related
|
|
junit_family = xunit1
|
|
|
|
## log all to `system-out` when case fail
|
|
junit_logging = stdout
|
|
junit_log_passing_tests = False
|
|
|
|
filterwarnings =
|
|
ignore::pytest.PytestExperimentalApiWarning
|
|
|
|
## !! When adding new markers, don't forget to update also the tools\test_build_system\README.md !!
|
|
markers =
|
|
test_app_copy: specify relative path of the app to copy, and the prefix of the destination directory name
|
|
idf_copy: specify the prefix of the destination directory where IDF should be copied
|
|
idf_copy_with_space: ensures that destination directory where IDF is copied contain space
|
|
force_temp_work_dir: force temporary folder as the working directory
|
|
with_idf_components: automatically create/delete components under IDF_PATH
|