Improve backtest lazy loading and test automation
This commit is contained in:
@@ -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",
|
||||
]
|
||||
Reference in New Issue
Block a user