Skip to content

Commit

Permalink
tests: reduce test time by specifying explicit path
Browse files Browse the repository at this point in the history
This will not trigger directory recursion, so tests will run a bit faster
  • Loading branch information
kmnhan committed Apr 8, 2024
1 parent 62e1d51 commit 60fb0d0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -190,3 +190,6 @@ docstring-code-line-length = "dynamic"

[tool.isort]
profile = "black"

[tool.pytest.ini_options]
testpaths = "tests"

0 comments on commit 60fb0d0

Please sign in to comment.