Xqt has submitted this change. ( https://gerrit.wikimedia.org/r/c/pywikibot/core/+/831827 )
Change subject: [tests] Enable auto-run script tests on Appveyor ......................................................................
[tests] Enable auto-run script tests on Appveyor
Change-Id: Iba44a66beb0f259ef84cd1aa51247df1fd008f2c --- M .appveyor.yml 1 file changed, 1 insertion(+), 0 deletions(-)
Approvals: Xqt: Verified; Looks good to me, approved
diff --git a/.appveyor.yml b/.appveyor.yml index d7a1176..7c27493 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -9,6 +9,7 @@ PYWIKIBOT_PASSWD_FILE: "%appdata%\Pywikibot\passwordfile"
PYSETUP_TEST_EXTRAS: "1" + PYWIKIBOT_TEST_AUTORUN: "1" PYWIKIBOT_TEST_GUI: "1" PYWIKIBOT_TEST_RUNNING: "1"