Dmitry Dygalo

Results 492 comments of Dmitry Dygalo

@aaltat Awesome! I have a few thoughts about error handling and maybe test case names + maybe running different test phases / controlling them. I am going to check the...

Data generation hooks correspond to Hypothesis's strategies, which have `map`, `filter`, and `flatmap` methods. Schemathesis stores these user-defined functions and applies them to a strategy used to generate `query` /...

Hi! Yep, it could be a new CLI option that would work inside [this condition](https://github.com/kiwicom/pytest-recording/blob/f3dd5ca5ab00d5b07d95ae0443cf42ee9b0afba3/src/pytest_recording/plugin.py#L147) `elif vcr_markers or enable_recording:` This feature should be relatively straightforward to implement, I don't have...

@goto-bus-stop I think it should support them, yep :) I haven't tried it myself, though Is there a test failure because of this?

@abernix I don't have the bandwidth this week, but I can take a look a bit later

@tamasfe Thank you so much for your work and contributions to `jsonschema` - its external resolvers are used in `taplo`! I recognize that `taplo` is one of the most significant...