commit | a40681dd5db8deaf05a635eecb91498dac882aa4 | [log] [tgz] |
---|---|---|
author | Stéphane Wirtel <stephane@wirtel.be> | Fri Feb 22 14:45:36 2019 +0100 |
committer | Victor Stinner <vstinner@redhat.com> | Fri Feb 22 14:45:36 2019 +0100 |
tree | 004360b7e66660aa058dce5e4ca0b3d1c78d8266 | |
parent | 3208880f1c72800bacf94a2045fcb0436702c7a1 [diff] [blame] |
bpo-36019: Use pythontest.net instead of example.com in network tests (GH-11941)
diff --git a/Doc/library/test.rst b/Doc/library/test.rst index b5057c0..054521d 100644 --- a/Doc/library/test.rst +++ b/Doc/library/test.rst
@@ -356,6 +356,10 @@ Check for presence of docstrings. +.. data:: TEST_HTTP_URL + + Define the URL of a dedicated HTTP server for the network tests. + The :mod:`test.support` module defines the following functions: