Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use a shared file-system lock in ``create_server`` (#11294) | Martin Liška | 2023-04-06 | 1 | -7/+15 |
* | Speed up ``test_linkcheck`` | Adam Turner | 2023-03-24 | 1 | -1/+1 |
* | refactor: ssl.wrap_context() has been deprecated now | Takeshi KOMIYA | 2021-12-11 | 1 | -6/+4 |
* | Replace modify_env() with pytest monkeypatch.setenv() | Jon Dufresne | 2020-11-27 | 1 | -16/+0 |
* | Unset env variables in tests by del os.environ | François Freitag | 2020-11-26 | 1 | -1/+1 |
* | Merge pull request #8436 from francoisfreitag/better-certs | Takeshi KOMIYA | 2020-11-16 | 1 | -1/+2 |
|\ | |||||
| * | linkcheck: Specify subjectAltName in test self-signed certificate | François Freitag | 2020-11-15 | 1 | -1/+2 |
* | | tests: Always cleanup when exiting modify_env context manager | François Freitag | 2020-11-15 | 1 | -6/+8 |
* | | linkcheck: Prevent REQUESTS_CA_BUNDLE leak in tests | François Freitag | 2020-11-14 | 1 | -0/+14 |
|/ | |||||
* | linkcheck: Verify behavior with self-signed certs | François Freitag | 2020-11-14 | 1 | -8/+29 |
* | Rewrite test_inspect_main_url to avoid mocking | François Freitag | 2020-11-08 | 1 | -0/+27 |