1 Star 1 Fork 0

赵继海/esp-iot-solution

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
pytest.ini 1.05 KB
一键复制 编辑 原始数据 按行查看 历史
Li Junru 提交于 2023-05-10 18:15 . CI: Add hardware test
[pytest]
# exclude examples/ota/simple_ota_example/pytest_simple_ota.py
norecursedirs = examples/ota/*
# only the files with prefix `pytest_` would be recognized as pytest test scripts.
python_files = pytest_*.py
# set traceback to "short" to prevent the overwhelming tracebacks
addopts =
-s
--embedded-services esp,idf
--tb short
--skip-check-coredump y
# ignore PytestExperimentalApiWarning for record_xml_attribute
filterwarnings =
ignore::_pytest.warning_types.PytestExperimentalApiWarning
markers =
# target markers
target: target chip name (--target)
# env markers
env: target test env name (--env)
# config markers
config: choose specific bins built by `sdkconfig.ci.<config>`
# app_path markers
app_path: choose specific app_path, <app_path>[/build_xxx]
# 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
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/zhao-jihai/esp-iot-solution.git
git@gitee.com:zhao-jihai/esp-iot-solution.git
zhao-jihai
esp-iot-solution
esp-iot-solution
master

搜索帮助