Stefan T

Results 8 issues of Stefan T

Work is heavily inspired by [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio/commit/d4c1b924c2e49a635893880cbb6745d8871a58b1) Run into the issue that async tests decorated with hypothesis did not run. After digging into this a bit I found above commit in...

I played with an update of mypy from 0.931 to 0.971. The new version fails with `error: "Callable[..., bool]" has no attribute "register"` The code is written oddly because of...

bug

Sometimes not all route and/or method handlers need to be part of API documentation. This adds a simple way to mark handlers as excluded from the documenation generation.

Latest UI 3 code from [swagger-ui](https://github.com/swagger-api/swagger-ui/)

Latest UI 2 code from [swagger-ui](https://github.com/swagger-api/swagger-ui/)

I started work on a mock for the [MarketplaceMetering.Client.batch_meter_usage](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/meteringmarketplace.html#MarketplaceMetering.Client.batch_meter_usage) endpoint in a [branch of mine](https://github.com/stj/moto/tree/meteringmarketplace). To make sure I am doing it in a way that it can be accepted...

enhancement

Just stumbled on your project and looked over your code to see if it would fit my use cases. Two things immediately caught my eye and I like to raise...

bug
feature

* **asyncpg version**: 0.29 * **PostgreSQL version**: 13.11 * **Do you use a PostgreSQL SaaS? If so, which? Can you reproduce the issue with a local PostgreSQL install?**: * **Python...