Skip to content

Commit

Permalink
Tests: more verbosity with pytest
Browse files Browse the repository at this point in the history
Change-Id: I136ec4872559270e8d335bd1d56451e5279eeda4
Signed-off-by: Xqt <[email protected]>
  • Loading branch information
xqt committed Nov 26, 2024
1 parent a3125f8 commit eeec6d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pywikibot-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ jobs:
if [ ${{matrix.site || 0}} != 'wikisource:zh' ]; then
coverage run -m unittest discover -vv -p \"*_tests.py\";
else
pytest --cov=.;
pytest -vv --cov=.;
fi
- name: Show coverage statistics
Expand Down

0 comments on commit eeec6d8

Please sign in to comment.