Skip to content

Commit

Permalink
Add fast-test command to hatch
Browse files Browse the repository at this point in the history
  • Loading branch information
BSchilperoort committed Aug 14, 2023
1 parent 2e25861 commit 0521be8
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 @@ -111,6 +111,7 @@ lint = [
]
format = ["black .", "isort .", "lint",]
test = ["pytest ./src/ ./tests/",] # --doctest-modules
fast-test = ["pytest ./tests/ -m \"not slow\"",]
coverage = [
"pytest --cov --cov-report term --cov-report xml --junitxml=xunit-result.xml tests/",
]
Expand Down

0 comments on commit 0521be8

Please sign in to comment.