Dmitry Dygalo
Dmitry Dygalo
> the base_url is not passed to the ASGIClient (django server name checks fail) Could you tell me more about the Django check you mentioned? Where can I find this...
And last, but not least - I greatly appreciate the bug report :) Thank you for that I am eager to improve the status quo and any extra context would...
I had a hard time finding the issues in the codebase, especially as the issue lacks any reproducible code samples that may demonstrate any of the mentioned problems. Even though...
Indeed, it is bad behavior - I'll investigate what's the root cause. In some cases, we fallback to inlining schemas up to some recursion level as `hypothesis-jsonschema` does not yet...
Hi @danielbjorkholm, First of all, sorry for the long silence, and thank you very much for your detailed report. I hope to clarify why it works this way. Schemathesis **CAN**...
Closing this one. If you have any other questions, feel free to re-open.
Many edge-cases were found by using a test corpus as suggested [here](https://github.com/Zac-HD/hypothesis-jsonschema/issues/33), having tests from generated schemas will be nice, but blocked by https://github.com/Zac-HD/hypothesis-jsonschema/issues/33
It is actually should be possible with inlining
That's a design bug I made as it leads to discrepancy: - `call` / `call_and_validate` aim to be thin proxies around the underlying transports, so users can pass any keyword...
@david-vankampen Sorry for the late reply. I agree that it will make the test reports better, but the implementation of such a feature will make this loader not lazy (opposed...