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
The current implementation of the TestServer does not allow users to customize the underlying server to use - KolasuServer is used by default. It must be possible to configure this for those cases where a KolasuServer subclass is required.
Enhancement Proposal
After a discussion with @martin-azpillaga, we propose to expose a server: KolasuServer argument in the TestServer constructor.
The text was updated successfully, but these errors were encountered:
The current implementation of the TestServer does not allow users to customize the underlying server to use - KolasuServer is used by default. It must be possible to configure this for those cases where a KolasuServer subclass is required.
Enhancement Proposal
After a discussion with @martin-azpillaga, we propose to expose a
server: KolasuServer
argument in the TestServer constructor.The text was updated successfully, but these errors were encountered: