Dmitry Dygalo

Results 492 comments of Dmitry Dygalo

There is a long-running plan to switch to httpx (specifically in #1718 and previously discussed in some more issues) for multiple reasons, the main one for me is the cancellation...

Now, I also see that #1718 lacks certain implementation details about the transport layer. I'm going to update it soon

Thank you so much for opening this and providing such a detailed report! :) I think we need to support custom keys in the cache implementation + check for the...

Hey @huwcbjones In the next release, it will be possible to specify a cache key function. Something like this (though the cache key value could be anything hashable): ```python def...

Hi! I was thinking about exposing some checks in the contrib sub package, so it is available from CLI, additionally I want to make some current checks configurable (eg status...

Thank you! I will take it into account :) likely I’ll work on it in January

Oh, these ones should be passed explicitly at the moment, but I think it should not be an issue to use all registered checks there if no explicit set of...

@IvanRibakov Can you, please, show how have you discovered such behavior? I can not reproduce it with CLI or `pytest` integrations for stateful testing: `hooks.py` ```python import schemathesis SHOWN =...

Please, disregard the code samples I provided in the previous comment,the check does not really show if the cases are coming from stateful transitions

Not sure if it was something you've observed, but in CLI all `case` instances that get to checks have their `source` as `None` which indicates that they are not derived...