Improve backtest lazy loading and test automation

This commit is contained in:
Bu5hm4nn
2026-04-07 12:18:50 +02:00
parent ccc10923d9
commit b2bc4db41a
18 changed files with 504 additions and 300 deletions

View File

@@ -21,4 +21,8 @@ disable_error_code = ["attr-defined", "misc"]
[tool.pytest.ini_options]
testpaths = ["tests"]
pythonpath = ["."]
addopts = "-v"
addopts = "-v"
markers = [
"playwright: browser automation tests",
"e2e: end-to-end application flow tests",
]