jenkins-bot has submitted this change. ( https://gerrit.wikimedia.org/r/c/pywikibot/core/+/1034857?usp=email )
Change subject: [tests] Add 'commons_information' to auto_run_script_set ......................................................................
[tests] Add 'commons_information' to auto_run_script_set
otherwise script test will hang due to input requirement.
Change-Id: I9dbeb9c787d56d7502585ca8bdd8f5985490f74c --- M tests/script_tests.py 1 file changed, 1 insertion(+), 0 deletions(-)
Approvals: jenkins-bot: Verified Xqt: Looks good to me, approved
diff --git a/tests/script_tests.py b/tests/script_tests.py index 665479a..7c11281 100755 --- a/tests/script_tests.py +++ b/tests/script_tests.py @@ -85,6 +85,7 @@ 'category_redirect', 'checkimages', 'clean_sandbox', + 'commons_information', 'create_isbn_edition', 'delinker', 'login',
pywikibot-commits@lists.wikimedia.org