[tool.pytest.ini_options] testpaths = ["tests"] python_files = ["test_*.py"] # ``tests/models/`` is a package name clash with ``src/models``; run via tests/models/run_all.py norecursedirs = ["models"]