File size: 285 Bytes
23cdeed | 1 2 3 4 5 6 7 8 | [pytest]
testpaths = mp1
python_files = test_*.py
addopts = -p no:doctest -p no:cacheprovider
norecursedirs = .* __pycache__ output mp1/output pytest-cache-files-* mp1/pytest-cache-files-*
markers =
live_api: hits external provider APIs and requires network plus valid credentials
|