Skip to content

Commit

Permalink
Restore testing with poe test
Browse files Browse the repository at this point in the history
In order to keep working (i.e. avoid isolated benchmarks) with the current testing workflow
  • Loading branch information
alecandido committed Mar 30, 2023
1 parent 52949d5 commit 43bbad3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand Down

0 comments on commit 43bbad3

Please sign in to comment.