diff --git a/pyproject.toml b/pyproject.toml index f2046681..a3cdf6c3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -127,8 +127,8 @@ dependencies = [ "secp256k1", ] [tool.hatch.envs.testing.scripts] -test = "pytest {args:tests}" -test-cov = "pytest --cov {args:tests}" +test = "pytest {args:src tests}" +test-cov = "pytest --cov {args:src tests}" cov-report = [ "- coverage combine", "coverage report",