diff --git a/pyproject.toml b/pyproject.toml index ce3f403..b67c227 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -62,4 +62,4 @@ testpaths = "tests" macos.archs = ["universal2"] windows.archs = ["AMD64"] test-requires = ["pytest", "pytest-cov"] -test-command = ["python -m pytest {project}"] +test-command = ["python -m pytest {project}/tests --cov=apyds"]