summaryrefslogtreecommitdiff
path: root/tests/utils.py
Commit message (Expand)AuthorAgeFilesLines
* 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