pytest.ini 209 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 13 14 [pytest] testpaths = tests/unit tests/integration tests/e2e python_files = test_*.py *_test.py addopts = -ra norecursedirs = .git __pycache__ vendor var node_modules static