Xqt has submitted this change. ( https://gerrit.wikimedia.org/r/c/pywikibot/core/+/1003268?usp=email )
Change subject: make the output more verbose
......................................................................
make the output more verbose
Change-Id: Ia15030a3dd62e769b2129164431fcf72f289dc94
---
M .github/workflows/sysop_tests-ci.yml
1 file changed, 10 insertions(+), 1 deletion(-)
Approvals:
Xqt: Verified; Looks good to me, approved
diff --git a/.github/workflows/sysop_tests-ci.yml b/.github/workflows/sysop_tests-ci.yml
index 1de766e..03f082d 100644
--- a/.github/workflows/sysop_tests-ci.yml
+++ b/.github/workflows/sysop_tests-ci.yml
@@ -84,7 +84,7 @@
PYWIKIBOT_TEST_OAUTH: ${{ secrets[format('{0}', steps.token.outputs.uppercase)] }}
run: |
python pwb.py version
- pytest -a rights --cov=.;
+ pytest -v -a rights --cov=.;
- name: Show coverage statistics
run: |
--
To view, visit https://gerrit.wikimedia.org/r/c/pywikibot/core/+/1003268?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: Ia15030a3dd62e769b2129164431fcf72f289dc94
Gerrit-Change-Number: 1003268
Gerrit-PatchSet: 1
Gerrit-Owner: Xqt <info(a)gno.de>
Gerrit-Reviewer: Xqt <info(a)gno.de>
Gerrit-MessageType: merged