File: new-fixture-for-ssl-context-054da072a46e9e62.yaml

package info (click to toggle)
pytest-httpserver 1.1.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 908 kB
  • sloc: python: 2,382; makefile: 77; sh: 21
file content (7 lines) | stat: -rw-r--r-- 335 bytes parent folder | download
1
2
3
4
5
6
7
---
features:
  - |
    Added a new session scoped fixture ``httpserver_ssl_context`` which provides
    the SSL context for the server. By default it returns ``None``, so SSL is
    not enabled, but can be overridden to return a valid ``ssl.SSLContext``
    object which will be used for SSL connections. See test_ssl.py for example.