Skip to content

Commit

Permalink
[tests] add more verbosity with pytest
Browse files Browse the repository at this point in the history
Change-Id: I3afb4e833eb14cfed46bef132cea783971975a7d
  • Loading branch information
xqt committed Mar 4, 2024
1 parent 8dbef69 commit 7a5e732
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 @@ -132,7 +132,7 @@ jobs:
if [ ${{matrix.site || 0}} != 'wikipedia:test' ]; then
coverage run -m unittest discover -vv -p \"*_tests.py\";
else
pytest --cov=.;
pytest -s -r A -a --cov=.;
fi
- name: Show coverage statistics
Expand Down

0 comments on commit 7a5e732

Please sign in to comment.