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

Change subject: Tests: more verbosity with pytest
......................................................................

Tests: more verbosity with pytest

Change-Id: I136ec4872559270e8d335bd1d56451e5279eeda4
Signed-off-by: Xqt <i...@gno.de>
---
M .github/workflows/pywikibot-ci.yml
1 file changed, 1 insertion(+), 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 7aae45c..4b1ce54 100644
--- a/.github/workflows/pywikibot-ci.yml
+++ b/.github/workflows/pywikibot-ci.yml
@@ -140,7 +140,7 @@
         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

--
To view, visit 
https://gerrit.wikimedia.org/r/c/pywikibot/core/+/1097597?usp=email
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.wikimedia.org/r/settings?usp=email

Gerrit-MessageType: merged
Gerrit-Project: pywikibot/core
Gerrit-Branch: master
Gerrit-Change-Id: I136ec4872559270e8d335bd1d56451e5279eeda4
Gerrit-Change-Number: 1097597
Gerrit-PatchSet: 2
Gerrit-Owner: Xqt <i...@gno.de>
Gerrit-Reviewer: Xqt <i...@gno.de>
Gerrit-CC: jenkins-bot
_______________________________________________
Pywikibot-commits mailing list -- pywikibot-commits@lists.wikimedia.org
To unsubscribe send an email to pywikibot-commits-le...@lists.wikimedia.org

Reply via email to