diff --git a/pyproject.toml b/pyproject.toml index dd37600f7..a385d9f79 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -104,8 +104,7 @@ genpdf = "ekobox.genpdf.cli:cli" eko = "ekobox.cli:command" [tool.poe.tasks] -test = "pytest" -tests = "pytest tests" +test = "pytest tests" coverage = "$BROWSER htmlcov/index.html" test-cov = ["test", "coverage"] bench = ["bench-iso", "bench-run"]