jenkins-bot has submitted this change and it was merged.
Change subject: [IMPROV] reStructuredText syntax in test README ......................................................................
[IMPROV] reStructuredText syntax in test README
Change-Id: I50b186ce7ef0fc67061121b8b66ee0f292d2aaed --- M tests/README.rst 1 file changed, 10 insertions(+), 10 deletions(-)
Approvals: John Vandenberg: Looks good to me, approved jenkins-bot: Verified
diff --git a/tests/README.rst b/tests/README.rst index 8ef0b6b..62d2ddb 100644 --- a/tests/README.rst +++ b/tests/README.rst @@ -2,13 +2,13 @@ Pywikibot tests ===============
-The Pywikibot tests are based on the unittest framework -https://docs.python.org/2/library/unittest.html, -and are compatible with nose.https://nose.readthedocs.org/ +The Pywikibot tests are based on the `unittest framework +https://docs.python.org/2/library/unittest.html`_, +and are compatible with `nose https://nose.readthedocs.org/`_.
The tests package provides a function load_tests that supports the -'load tests protocol'. -https://docs.python.org/2/library/unittest.html#load-tests-protocol. +`load tests protocol +https://docs.python.org/2/library/unittest.html#load-tests-protocol`_. The default ordering begins with tests of underlying components, then tests site and page semantics, and finishes with tests of the scripts and finally any tests which have not been inserted into the ordered list of tests. @@ -218,9 +218,9 @@ Other class attributes ----------------------
-- 'net = False' : test class does not use a site -- 'dry = True' : test class can use a fake site object -- 'user = True' : test class needs to login to site -- 'sysop = True' : test class needs to login to site as a sysop -- 'write = True' : test class needs to write to a site +- ``net = False`` : test class does not use a site +- ``dry = True`` : test class can use a fake site object +- ``user = True`` : test class needs to login to site +- ``sysop = True`` : test class needs to login to site as a sysop +- ``write = True`` : test class needs to write to a site
pywikibot-commits@lists.wikimedia.org