Ai
2 Star 1 Fork 2

touchx/SeleniumBase

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
pytest.ini 1.41 KB
一键复制 编辑 原始数据 按行查看 历史
Michael Mintz 提交于 2023-03-24 03:57 +08:00 . Refactor pytest.ini
[pytest]
# Display console output. Disable cacheprovider:
addopts = --capture=no -p no:cacheprovider
# Skip these directories during test collection:
norecursedirs = .* build dist recordings temp assets
# Ignore DeprecationWarning, PytestUnknownMarkWarning
filterwarnings =
ignore::pytest.PytestWarning
ignore:.*U.*mode is deprecated:DeprecationWarning
# Configure the junit_family option explicitly:
junit_family = legacy
# Set pytest discovery rules:
# (Most of the rules here are similar to the default rules.)
# (Inheriting unittest.TestCase could override these rules.)
python_files = test_*.py *_test.py *_tests.py *_suite.py
python_classes = Test* *Test* *Test *Tests *Suite
python_functions = test_*
# Common pytest markers used in examples:
# (pytest may require marker registration to prevent warnings.)
# (Future versions may turn those marker warnings into errors.)
markers =
marker1: custom marker
marker2: custom marker
marker3: custom marker
marker_test_suite: custom marker
expected_failure: custom marker
local: custom marker
remote: custom marker
offline: custom marker
develop: custom marker
qa: custom marker
ci: custom marker
e2e: custom marker
ready: custom marker
smoke: custom marker
deploy: custom marker
active: custom marker
master: custom marker
release: custom marker
staging: custom marker
production: custom marker
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/touchx_admin/SeleniumBase.git
git@gitee.com:touchx_admin/SeleniumBase.git
touchx_admin
SeleniumBase
SeleniumBase
master

搜索帮助