Skip to content

Commit 90f0ac5

Browse files
Configure pytest testpaths in pyproject
Co-authored-by: Shri Sukhani <shrisukhani@users.noreply.github.com>
1 parent 30a391c commit 90f0ac5

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ jsonref = ">=1.1.0"
2020
ruff = "^0.3.0"
2121
pytest = "^8.0.0"
2222

23+
[tool.pytest.ini_options]
24+
testpaths = ["tests"]
25+
2326

2427
[build-system]
2528
requires = ["poetry-core"]

0 commit comments

Comments
 (0)