Dmitry Dygalo

Results 492 comments of Dmitry Dygalo

Thanks for opening this! I'll get back to it a bit later, but meanwhile, I want to say that Schemathesis supports the `x-links` extension on Swagger 2.0 that has the...

Schemathesis does not support changing the test order as of now. For an arbitrary case, it may require storing all API operations in memory which is problematic for large APIs...

@ravy Please, let me know if the comment above was in any way helpful. If not I'd be happy to elaborate

Hi @cossssmin ! I think it is feasible + #265 notes a similar idea of keeping some subset of the original CSS. The implementation does not look too complex -...

Hi! I think a Rust compiler might be missing there. I am going to take a look at [magnus](https://github.com/matsadler/magnus) docs in this regard, maybe I've missed something. I'd be happy...

This should work now (since `0.15.2`). I also added a CI job that runs similar steps to the repro above. Feel free to reopen if it does not work.

Thanks for the report! I haven't anticipated this use case as `template` in your example is not a fragment, but a complete HTML. However, returning an empty string is confusing...

Makes sense! Then, I'd add some fallback for non-fragments to avoid whitespace-only output

> I did, it's just the blank line is really confusing. thanks for the reply! You are very welcome! To clarify, I meant that I am going to implement it...