From 50fba924c55efb36a527079de4eb057152226964 Mon Sep 17 00:00:00 2001 From: tadeubas Date: Wed, 20 Mar 2024 11:10:40 -0300 Subject: [PATCH] new alias 'tests' for poe 'test' task --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 503a004ba..8ba6308bc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -82,6 +82,7 @@ test = "pytest --cache-clear --cov src/krux --cov-report html ./tests" test-verbose = "pytest --cache-clear --cov src/krux --cov-report html --show-capture all --capture tee-sys -r A ./tests" test-simple = "pytest --cache-clear ./tests" # aliases +tests.ref = "test" pytest.ref = "test" # pre commit task (do formatting, linting and tests)