Skip to content

Commit

Permalink
new alias 'tests' for poe 'test' task
Browse files Browse the repository at this point in the history
  • Loading branch information
tadeubas committed Mar 20, 2024
1 parent 4add000 commit 50fba92
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 50fba92

Please sign in to comment.