From b8dc7344ff99eb23d5f003795f17cdba3b89c40b Mon Sep 17 00:00:00 2001 From: TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> Date: Wed, 1 Apr 2026 17:05:45 +0900 Subject: test: add integration tests for strategy, order, portfolio, and backtest flows --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pyproject.toml') 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] -- cgit v1.2.3