summaryrefslogtreecommitdiff
path: root/tests/utils.py
Commit message (Expand)AuthorAgeFilesLines
* Use a shared file-system lock in ``create_server`` (#11294)Martin Liška2023-04-061-7/+15
* Speed up ``test_linkcheck``Adam Turner2023-03-241-1/+1
* refactor: ssl.wrap_context() has been deprecated nowTakeshi KOMIYA2021-12-111-6/+4
* Replace modify_env() with pytest monkeypatch.setenv()Jon Dufresne2020-11-271-16/+0
* Unset env variables in tests by del os.environFrançois Freitag2020-11-261-1/+1
* Merge pull request #8436 from francoisfreitag/better-certsTakeshi KOMIYA2020-11-161-1/+2
|\
| * linkcheck: Specify subjectAltName in test self-signed certificateFrançois Freitag2020-11-151-1/+2
* | tests: Always cleanup when exiting modify_env context managerFrançois Freitag2020-11-151-6/+8
* | linkcheck: Prevent REQUESTS_CA_BUNDLE leak in testsFrançois Freitag2020-11-141-0/+14
|/
* linkcheck: Verify behavior with self-signed certsFrançois Freitag2020-11-141-8/+29
* Rewrite test_inspect_main_url to avoid mockingFrançois Freitag2020-11-081-0/+27