Hi!
I have started using the schemathesis library and it works great!
But in my case i had to disable the TLS verification, because i am executing the schemathesis tests against a local application without TLS certificates.
As of now, i had to write a custom hook in python to disable the TLS verification.
Question: Is there a way to extend your library to disable the TLS verification directly in the test suite via library or keyword arguments ?
Hi!
I have started using the schemathesis library and it works great!
But in my case i had to disable the TLS verification, because i am executing the schemathesis tests against a local application without TLS certificates.
As of now, i had to write a custom hook in python to disable the TLS verification.
Question: Is there a way to extend your library to disable the TLS verification directly in the test suite via library or keyword arguments ?