Searched defs:pytest (Results 1 – 13 of 13) sorted by relevance
16 [pytest] section33 # -- BACKWARD COMPATIBILITY: pytest < 2.8 argument34 norecursedirs = .git .tox build dist .venv* tmp* _*
1 [pytest] section2 minversion = 3.13 norecursedirs = test_* extra_*4 xfail_strict = True5 addopts =12 filterwarnings =
390 pytest target
1 [pytest] section16 # shopkeep/pytest-black#55 argument
1 [pytest] section2 python_files=*_unittest.py3 addopts =
1 [pytest] section2 junit_logging = all3 asyncio_mode = auto
1 [pytest] section2 python_files = *_test.py3 log_cli = true
15 [pytest] section16 addopts = -vvl17 pep8maxlinelength=120
5 [pytest] section6 addopts = -v --cov rsa --cov-report term-missing
85 [pytest] section86 addopts = -r s87 markers =
113 .. _`pytest`: https://pypi.org/project/pytest/ target in Building documentation
57 def pytest(ctx, args="", options=""): function
931 .. _`pytest`: https://doc.pytest.org target