-
Updated
Jul 12, 2021 - Python
property-based-testing
Here are 234 public repositories matching this topic...
-
Updated
Jul 11, 2021 - TypeScript
-
Updated
Apr 1, 2021 - Java
-
Updated
Jul 12, 2021 - Java
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
-
Updated
Jul 9, 2021 - Elixir
-
Updated
Jun 28, 2021 - Haskell
-
Updated
Jul 8, 2021 - Elixir
-
Updated
Jun 15, 2021 - F#
-
Updated
Oct 13, 2020 - Java
-
Updated
Jul 9, 2021 - Java
-
Updated
Jun 4, 2021 - Elixir
-
Updated
Jul 12, 2021 - Scala
-
Updated
Feb 20, 2021 - Rust
-
Updated
Jan 26, 2021 - Ruby
-
Updated
Jul 5, 2021 - Go
-
Updated
Apr 14, 2021 - F#
-
Updated
Jul 10, 2021 - OCaml
-
Updated
Jul 12, 2021 - Python
-
Updated
May 11, 2021 - Haskell
-
Updated
Jul 9, 2021 - Scala
-
Updated
May 10, 2021 - TypeScript
Every project with aspirations to greatness needs a logo, and hypothesis-jsonschema
is no exception. Are you the generous designer who can help?
- Hypothesmith is, as the name suggests, built on Hypothesis. You may therefore want to draw on that project's logo and brand, though it's not required.
- The other major inspirati
-
Updated
Jun 10, 2021 - Haskell
-
Updated
Jul 11, 2021 - D
-
Updated
Jan 15, 2021 - Elixir
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.
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."
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