eugeniy / pytest-tornado

A py.test plugin providing fixtures and markers to simplify testing of asynchronous tornado applications.
Apache License 2.0
121 stars 34 forks source link

Adding support for HTTPS testing in tornado #22

Closed judeaugustinej closed 5 years ago

judeaugustinej commented 7 years ago

For HTTPS server we need to provide server.crt and server.key for HTTPS client we need to provide ca_certs.

I need help to get this from the user.