bpo-36019: Use pythontest.net instead of example.com in network tests (GH-11941)

This commit is contained in:
Stéphane Wirtel 2019-02-22 14:45:36 +01:00 committed by Victor Stinner
parent 3208880f1c
commit a40681dd5d
6 changed files with 22 additions and 10 deletions

View file

@ -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: