Skip to content

Comments

Fixture based server options#471

Open
csernazs wants to merge 4 commits intomasterfrom
extra-options
Open

Fixture based server options#471
csernazs wants to merge 4 commits intomasterfrom
extra-options

Conversation

@csernazs
Copy link
Owner

@csernazs csernazs commented Feb 12, 2026

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.

@csernazs csernazs changed the title implement extra options Fixture based server options Feb 12, 2026
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.
Copy link
Contributor

@HayaoSuzuki HayaoSuzuki left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM w/ nits

csernazs and others added 2 commits February 18, 2026 07:27
Co-authored-by: Hayao <hayao_s@tokyo-gas.co.jp>
Co-authored-by: Hayao <hayao_s@tokyo-gas.co.jp>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants