The Wayback Machine - https://web.archive.org/web/20210712091945/https://github.com/topics/property-based-testing
Skip to content
#

property-based-testing

Here are 234 public repositories matching this topic...

Stranger6667
Stranger6667 commented May 20, 2021

Is your feature request related to a problem? Please describe.
Currently, it is not possible to pass a client-side certificate in Schemathesis CLI.

Docs: https://docs.python-requests.org/en/master/user/advanced/#client-side-certificates

Also, the docs should be extended with this topic

Describe the solution you'd like
Add a couple of CLI parameters for cert & key.

**Additiona

agroce
agroce commented Nov 12, 2020

Right now we just use the standard C random library, but really it'd be nice if the brute force fuzzer could do consistent tests across platforms, for various purposes. We probably need our own PRNG, something like:

https://www-cs-faculty.stanford.edu/~knuth/news02.html#rng

or

https://github.com/cmcqueen/simplerandom

I'm not sure what's best. We'd like decentish quality, maybe, and d

Improve this page

Add a description, image, and links to the property-based-testing topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the property-based-testing topic, visit your repo's landing page and select "manage topics."

Learn more