Files
esp-mqtt/pytest.ini
T
Euripedes Rocha Filho 169e1ee88d fix: Adjust all examples and test to use local component
- Makes the name of component mqtt
- Updates README
- Adjust CI to build for supported idf versions
- Removes qemu job
2025-09-24 16:25:42 +02:00

29 lines
708 B
INI

[pytest]
python_files = pytest_*.py
addopts =
--embedded-services esp,idf
--ignore-no-tests-collected-error
--ignore-glob */managed_components/*
--ignore=examples/ssl
--ignore=examples/wss
--junitxml=junit.xml
--ignore-result-files .gitlab/ignored_cases.txt
--root-logdir=test_logs
filterwarnings =
ignore::FutureWarning
junit_family = xunit1
env_markers =
eth_ip101: Ethernet IP101 PHY required for test
eth_ip101_stress: Ethernet IP101 PHY required for stress test
generic: applicable to generic ESP devices
# 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