Máté, Zoltán

Results 6 issues of Máté, Zoltán

Hi, I have a system with 2 independent interfaces: A System under test (SUT) B A typical communication sequence looks like: A sends request to SUT that triggers that SUT...

If I see well, `cm` starts the `selenoid` container in a wired-in network *selenoid*: https://github.com/aerokube/cm/blob/5a7f7397d554502fca0267a8224f3679bce61b4b/selenoid/docker.go#L737 https://github.com/aerokube/cm/blob/5a7f7397d554502fca0267a8224f3679bce61b4b/selenoid/docker.go#L793 But at the same time it is possible to configure a different network for...

improvement

How can I use the server with HTTPS? (The ClientEncryption of older pymongo versions only works with TLS.)

> Note: > From python 3.8, the `_unwrap` method could be replaced with using `functools.singledispatchmethod`. Implements #144

### Environment * Checkout SDK version: latest ### Description A serializer can be useful, when the response fully or partially - need to be stored in a database in a...

enhancement

In the OpenAPI specification of the request handlers, it is possible to declare response schemas for different response status, but if the response is generated by an exception handler, it...