Xqt submitted this change.

View Change


Approvals: Xqt: Verified; Looks good to me, approved
[tests] add more verbosity with pytest

Change-Id: I3afb4e833eb14cfed46bef132cea783971975a7d
---
M .github/workflows/pywikibot-ci.yml
1 file changed, 10 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/pywikibot-ci.yml b/.github/workflows/pywikibot-ci.yml
index 5518b66..ad5f3a7 100644
--- a/.github/workflows/pywikibot-ci.yml
+++ b/.github/workflows/pywikibot-ci.yml
@@ -132,7 +132,7 @@
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

To view, visit change 1008130. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: pywikibot/core
Gerrit-Branch: master
Gerrit-Change-Id: I3afb4e833eb14cfed46bef132cea783971975a7d
Gerrit-Change-Number: 1008130
Gerrit-PatchSet: 1
Gerrit-Owner: Xqt <info@gno.de>
Gerrit-Reviewer: Xqt <info@gno.de>
Gerrit-MessageType: merged