Dmitry Dygalo

Results 492 comments of Dmitry Dygalo

@dimitarkovachev Sorry for the delay! Indeed, schemathesis mutates `transactionHashes` in that specific negative test case, but at the end, does not send them along with the request. Could you, please,...

@dimitarkovachev I think the issue you've reported should've been resolved in #2925. I plan to adjust a few things and make a new release tomorrow.

@dimitarkovachev I've adjusted the wording for that failure > omitting optional query parameters is treated as a schema violation. There are 3 mutations in that failing test case (query, path...

So far, only specific cases were fixed, but the root cause is still there unfortunately. I am going to work on #2929 over the weekend and it should resolve the...

I found a couple of related bugs that caused this behavior, but there are some more to fix. The first batch is released in 4.0.8, and the second one I'll...

Thanks for reporting! Indeed, it appears to be a bug. Does it happen in stateful tests or non-stateful ones? I suspect that the seed might be not properly set in...

Thanks for sharing! I like the idea! It looks like there are more and more cases where a config file would be a way better approach than another CLI option....

That would be useful! I think some inspiration for implementing this can come from https://github.com/syrupy-project/syrupy It deletes unused snapshots during testing, which looks like exactly what is needed here. Right...