From 43bbad35ed3c329b18f904f9b60079512de0b119 Mon Sep 17 00:00:00 2001 From: Alessandro Candido Date: Thu, 30 Mar 2023 20:32:17 +0200 Subject: [PATCH] Restore testing with poe test In order to keep working (i.e. avoid isolated benchmarks) with the current testing workflow --- pyproject.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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"]