Skip to content

Commit ff6e3a2

Browse files
Add pytest configuration to pyproject.toml
Include testpaths option to direct pytest to the "tests" directory. This ensures that pytest runs tests from the specified location.
1 parent 20fb4a6 commit ff6e3a2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,6 @@ undetected_chromedriver = "^3.5.5"
2727
[build-system]
2828
requires = ["poetry-core"]
2929
build-backend = "poetry.core.masonry.api"
30+
31+
[tool.pytest.ini_options]
32+
testpaths = ["tests"]

0 commit comments

Comments
 (0)