jenkins-bot has submitted this change. ( https://gerrit.wikimedia.org/r/c/pywikibot/core/+/1057891?usp=email )
Change subject: [doc] PYWIKIBOT_TEST_AUTORUN environment variable was removed ......................................................................
[doc] PYWIKIBOT_TEST_AUTORUN environment variable was removed
Change-Id: I62d834c257a67463a9556986b747d7df3e1af5be --- M tests/README.rst 1 file changed, 2 insertions(+), 2 deletions(-)
Approvals: Xqt: Verified; Looks good to me, approved jenkins-bot: Verified
diff --git a/tests/README.rst b/tests/README.rst index 28cf19a..94f8dfe 100644 --- a/tests/README.rst +++ b/tests/README.rst @@ -168,11 +168,11 @@ Instead of setting the environment by the os (or `os.environ` as well) you can use the :mod:`pwb` wrapper script to set it::
- pwb PYWIKIBOT_TEST_AUTORUN=1 script_tests -v TestScriptSimulate.test_archivebot + pwb PYWIKIBOT_TEST_WRITE=1 script_tests -v TestScriptSimulate.test_archivebot
The assignment can be omitted and defaults to 1. The following is equal to the line above::
- pwb PYWIKIBOT_TEST_AUTORUN script_tests -v TestScriptSimulate.test_archivebot + pwb PYWIKIBOT_TEST_WRITE script_tests -v TestScriptSimulate.test_archivebot
Decorators ==========
pywikibot-commits@lists.wikimedia.org