Skip to content

Commit

Permalink
Tweak pytest launcher
Browse files Browse the repository at this point in the history
  • Loading branch information
theirix committed Dec 9, 2024
1 parent 31b680d commit 237f7e6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,9 @@ dev = [
"pytest-cov>=4",
"black~=23.0"
]

[tool.pytest.ini_options]
pythonpath = ["."]
addopts = [
"--import-mode=importlib",
]

0 comments on commit 237f7e6

Please sign in to comment.