Skip to content

Commit

Permalink
πŸ§‘β€πŸ’» Set pythonpath for pytest
Browse files Browse the repository at this point in the history
  • Loading branch information
i-be-snek committed Jul 18, 2024
1 parent e653153 commit ac77ed2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pytest.ini
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
testpaths = tests
python_files = test_*.py
addopts = -rf --import-mode=importlib
pythonpath = [
"."
]

[tool.pytest.ini_options]
log_cli = true
Expand Down

0 comments on commit ac77ed2

Please sign in to comment.