[issue22303] Write better test for SSLContext.load_verify_locations

2019-03-17 Thread Cheryl Sabella
Cheryl Sabella added the comment: Issue 22449 added some tests around these environment variables. Was that enough to satisfy this issue or does more need to be done? -- nosy: +cheryl.sabella ___ Python tracker

[issue22303] Write better test for SSLContext.load_verify_locations

2014-08-29 Thread Antoine Pitrou
New submission from Antoine Pitrou: SSLContext.load_verify_locations() probably takes into account the SSL_CERT_FILE and SSL_CERT_DIR environment variables, when set. This should allow us to write a better test than the existing, minimal one. -- components: Tests messages: 226092