Dmitry Dygalo
Dmitry Dygalo
How do you expect data for the `application/x-www-form-urlencoded` media type to look like? From the schema I can assume that something like this would work for json - `[{"key": "foo",...
Hi @ysangkok ! Thank you for reporting it :) I think it is a valid concern and definitely doesn't make a good user-experience - it basically makes your tests silently...
[BUG] @app.on_event("startup") not triggered when using schemathesis.from_asgi() for fastapi==0.70.0
Hi @jschennings Thanks for reporting, I'll look into it
[BUG] @app.on_event("startup") not triggered when using schemathesis.from_asgi() for fastapi==0.70.0
Schemathesis doesn't invoke `ASGIClient.__enter__` at the moment and seems like an oversight to me. A quick workaround would be this: ```python from starlette.testclient import TestClient ... @schema.parametrize() def test_openapi_specification(case): with...
[BUG] @app.on_event("startup") not triggered when using schemathesis.from_asgi() for fastapi==0.70.0
Here are the workarounds for the mentioned use cases. ### CLI This one is hacky as there is currently no way to hook into the `Case.call_asgi` method that is called...
[BUG] @app.on_event("startup") not triggered when using schemathesis.from_asgi() for fastapi==0.70.0
Thanks @jschennings !
Hi @kwmlodozeniec Thanks for reporting! This is a tricky one :( Schemathesis uses a custom collector to generate tests, and I did not yet dig deep enough to understand why...
Great! I'll keep the issue open, so we can improve interoperability with this and other plugins in the future
Hi @cbb330 I think that this issue is two-fold. This is indeed true, that if `format=int64` is specified in some schema, then the possible values are restricted by this format...
@cbb330 I was going through all issues and discovered that I completely forgot to respond :( I am very sorry for this > it is much more convenient that the...