Skip to content

Commit

Permalink
Issue #13 fix inter-testfile import issues
Browse files Browse the repository at this point in the history
use "prepend" mode again,
instead of newer "importlib" which does not allow inter-testfile imports
  • Loading branch information
soxofaan committed Jan 22, 2024
1 parent d893c9c commit 0d940b5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ testpaths = [
"tests",
]
addopts = [
"--import-mode=importlib",
"--import-mode=prepend",
]

[tool.isort]
Expand Down
Empty file.

0 comments on commit 0d940b5

Please sign in to comment.