Dmitry Dygalo
Dmitry Dygalo
I tried to compose a validator manually and compare the results with the current approach. Example schema: ``` { "$schema": "http://json-schema.org/draft-07/schema#", "type": "array", "items": [ { "type": "number", "exclusiveMaximum": 10...
@macisamuele I wasn't completely sure what do you mean, but having your message as a start I added some more thoughts here - https://github.com/Stranger6667/jsonschema-rs/issues/63 Could you, please, check it, and...
Thank you for opening the issue! At the moment, I don't have the bandwidth to work on it myself, but I will be happy to review and accept a PR...
Hello! Yes, templates for emails are supported. For example: ``` postmark.emails.send_with_template( TemplateId=123, TemplateModel={'username': 'Test'} From='[email protected]', To='[email protected]', ) ``` Templates API is supported as well. Unfortunately there is not very much...
Hi @ibnIrshad ! Sorry for the late response. In fact, I don't have much experience with gevent, but it should be related to ``requests`` and ``gevent`` combination. Probably guys from``gevent``...
Hello, all! The Schemathesis author here. Happy to see that you are considering Schemathesis :) Let me know if I can provide any support from my side, e.g., missing features...
Thank you! > Is there any plans to add this support from your side, and how hard would be to add it? AsyncAPI is new to me. As far as...
Good point! Yep, I think that it will include options for both, CLI and pytest integration :) I will definitely do my best documenting the details
@mbiuki Thank you for the ideas! I think it is perfectly reasonable to have config entries for them. > In the above snippet, is the configuation for test_api and schema.given...
> Can you provide some examples for API negative fuzz testing? What kind of examples would you like to have?