diff options
| author | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2026-04-01 17:05:45 +0900 |
|---|---|---|
| committer | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2026-04-01 17:05:45 +0900 |
| commit | b8dc7344ff99eb23d5f003795f17cdba3b89c40b (patch) | |
| tree | b072312d8c7b3dcd6c0f2e521370deb9a6758630 /pyproject.toml | |
| parent | b4624c77de2ea615a65c04a39d657a38ff2a7c95 (diff) | |
test: add integration tests for strategy, order, portfolio, and backtest flows
Diffstat (limited to 'pyproject.toml')
| -rw-r--r-- | pyproject.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml index debb032..545eae1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ requires-python = ">=3.12" [tool.pytest.ini_options] asyncio_mode = "auto" -testpaths = ["shared/tests", "services", "cli/tests"] +testpaths = ["shared/tests", "services", "cli/tests", "tests"] addopts = "--import-mode=importlib" [tool.ruff] |
