summaryrefslogtreecommitdiff
path: root/tests/roots/test-linkcheck-raw-node
Commit message (Collapse)AuthorAgeFilesLines
* linkcheck: Use context managers for HTTP requests (#11318)James Addison2023-05-091-1/+1
| | | | | | | | This closes HTTP responses when no content reads are required, as when requests are made in streaming mode, ``requests`` doesn't know whether the caller may intend to later read content from a streamed HTTP response object and holds the socket open. Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
* Increase timeout threshold for ``linkcheck`` tests (#11326)James Addison2023-04-211-1/+1
|
* Increase ``test_linkcheck`` timeoutsAdam Turner2023-03-241-1/+1
|
* Speed up ``test_linkcheck``Adam Turner2023-03-242-0/+4