diff options
author | Stéphane Wirtel <stephane@wirtel.be> | 2019-02-22 13:45:36 (GMT) |
---|---|---|
committer | Victor Stinner <vstinner@redhat.com> | 2019-02-22 13:45:36 (GMT) |
commit | a40681dd5db8deaf05a635eecb91498dac882aa4 (patch) | |
tree | 004360b7e66660aa058dce5e4ca0b3d1c78d8266 /Doc/library/test.rst | |
parent | 3208880f1c72800bacf94a2045fcb0436702c7a1 (diff) | |
download | cpython-a40681dd5db8deaf05a635eecb91498dac882aa4.zip cpython-a40681dd5db8deaf05a635eecb91498dac882aa4.tar.gz cpython-a40681dd5db8deaf05a635eecb91498dac882aa4.tar.bz2 |
bpo-36019: Use pythontest.net instead of example.com in network tests (GH-11941)
Diffstat (limited to 'Doc/library/test.rst')
-rw-r--r-- | Doc/library/test.rst | 4 |
1 files changed, 4 insertions, 0 deletions
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 @@ The :mod:`test.support` module defines the following constants: 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: |