Skip to content

Commit

Permalink
Force pytest to use colorful output
Browse files Browse the repository at this point in the history
  • Loading branch information
jstrieb committed Dec 21, 2023
1 parent b9bbb35 commit 4c86e2b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Justfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ test cores="auto":
python3 -m pytest \
-n {{cores}} \
--failed-first \
--color yes \
--cov-config .coveragerc \
--cov-report html \
--cov . \
Expand Down

0 comments on commit 4c86e2b

Please sign in to comment.