79754786

Date: 2025-09-03 15:12:42
Score: 2
Natty:
Report link

The correct configuration for specifying test path in pyproject.toml is testpaths.

[tool.pytest.ini_options]
testpaths = ["src", "tests", "tests/Google-Calendar", "tests/Reclaim", "tests/Todoist"]

Also, in case, for any python files under those,

python_files = ["*.py"]

testpaths: https://docs.pytest.org/en/stable/reference/reference.html#confval-testpaths

Reasons:
  • Probably link only (1):
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: deV8nnek