Xqt has submitted this change. ( 
https://gerrit.wikimedia.org/r/c/pywikibot/core/+/1008130?usp=email )

Change subject: [tests] add more verbosity with pytest
......................................................................

[tests] add more verbosity with pytest

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

Approvals:
  Xqt: Verified; Looks good to me, approved




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 
https://gerrit.wikimedia.org/r/c/pywikibot/core/+/1008130?usp=email
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.wikimedia.org/r/settings

Gerrit-Project: pywikibot/core
Gerrit-Branch: master
Gerrit-Change-Id: I3afb4e833eb14cfed46bef132cea783971975a7d
Gerrit-Change-Number: 1008130
Gerrit-PatchSet: 1
Gerrit-Owner: Xqt <[email protected]>
Gerrit-Reviewer: Xqt <[email protected]>
Gerrit-MessageType: merged
_______________________________________________
Pywikibot-commits mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to