You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Enable users to specify options for the server via fixtures.
We use a dataclass which keeps the options (so it is extendable later on),
which is returned by a fixture. This fixture can be overridden by the user
to customize the options.
The other options: host, port, ssl_context are still provided by their own
fixtures and this is kept for backward compatibility.
0 commit comments