Skip to content

Commit

Permalink
Fix tests path
Browse files Browse the repository at this point in the history
  • Loading branch information
blablatdinov committed May 16, 2024
1 parent d72e14a commit 2785580
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -74,3 +74,8 @@ multiline-quotes = "double"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"

[tool.pytest.ini_options]
testpaths = [
"tests/*",
]

0 comments on commit 2785580

Please sign in to comment.