This repository has been archived by the owner on Mar 22, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 84
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Replaces pytest-sugar with pytest-rich
- Loading branch information
1 parent
85b1b1a
commit 811ac32
Showing
5 changed files
with
25 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -42,10 +42,11 @@ jobs: | |
- name: Test with pytest | ||
run: | | ||
export PYTHONPATH=$GITHUB_WORKSPACE | ||
pytest --force-sugar --ignore=tests/test_zconstance.py | ||
pytest --rich --ignore=tests/test_zconstance.py | ||
if [[ "${{ matrix.django }}" == "${{ env.DEFAULT_DJANGO }}" ]]; then | ||
pytest --force-sugar tests/test_zconstance.py | ||
pytest --rich tests/test_zconstance.py | ||
fi | ||
coverage report -m | ||
- name: Publish Code Coverage | ||
uses: paambaati/[email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters