Feat/decomposition #19

Merged
JustinZeus merged 38 commits from feat/decomposition into main 2026-03-01 22:55:33 +01:00
Showing only changes of commit 399276ea69 - Show all commits

View file

@ -30,7 +30,7 @@ dev = [
]
[tool.pytest.ini_options]
addopts = "-q -m \"not integration\""
addopts = "-q -m \"not integration\" --import-mode=importlib"
asyncio_mode = "auto"
testpaths = ["tests"]
markers = [