Searched defs:pytest (Results 1 – 6 of 6) sorted by relevance
1 [pytest] section2 …al_test.py --ignore tests/test_pypi.py --ignore tests/shlib_test --doctest-glob=pkg_resources/api_…3 norecursedirs=dist build *.egg setuptools/extern pkg_resources/extern .*4 flake8-ignore =
1 [pytest] section4 # Pytest requires that test files have unique names, because pytest imports argument7 python_files = __init__.py
1 [pytest] section2 python_files=*_unittest.py3 addopts =
7 [pytest] section8 markers =
2 [pytest] section3 python_files=*_unittest.py
5 [pytest] section6 addopts = -v --cov rsa --cov-report term-missing