This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients David.Edelsohn, matrixise, pablogsal, vstinner
Date 2019-02-18.12:44:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1550493858.87.0.310762210026.issue36019@roundup.psfhosted.org>
In-reply-to
Content
> could we mock the http requests?

No, the tests are functional tests which use deliberate HTTP request to public servers.

I suggest to use a server that we control rather multiple "third-party" servers. I'm trying to keep a list of external services used by Python test suite:
https://pythondev.readthedocs.io/infra.html#services-used-by-unit-tests
History
Date User Action Args
2019-02-18 12:44:18vstinnersetrecipients: + vstinner, matrixise, David.Edelsohn, pablogsal
2019-02-18 12:44:18vstinnersetmessageid: <1550493858.87.0.310762210026.issue36019@roundup.psfhosted.org>
2019-02-18 12:44:18vstinnerlinkissue36019 messages
2019-02-18 12:44:18vstinnercreate