-
Updated
Nov 9, 2020 - Python
property-based-testing
Here are 221 public repositories matching this topic...
-
Updated
Oct 30, 2020 - Java
-
Updated
Nov 9, 2020 - Java
-
Updated
Nov 9, 2020 - Python
Tl;dr: building a simple DeepState testcase as shown below, gives the -Wmissing-noreturn warning. This might be an issue if DeepState is incorporated into a codebase that uses -Werror.
Example code
#include <deepstate/DeepState.hpp>
using namespace deepstate;
TEST(TestCaseName, TestName) {
ASSERT(1);
}Related build log
[1/2] Building CXX objec
-
Updated
Oct 20, 2020 - Haskell
-
Updated
Sep 28, 2020 - Elixir
-
Updated
Oct 13, 2020 - Java
-
Updated
Nov 6, 2020 - F#
-
Updated
Nov 9, 2020 - Elixir
-
Updated
Oct 13, 2020 - Java
-
Updated
Nov 7, 2020 - Elixir
-
Updated
Nov 3, 2020 - Scala
-
Updated
Jan 16, 2019 - Ruby
-
Updated
Nov 9, 2020 - F#
-
Updated
Mar 17, 2020 - Haskell
-
Updated
Nov 5, 2020 - OCaml
-
Updated
Nov 9, 2020 - Go
-
Updated
Sep 11, 2020 - Scala
-
Updated
Aug 12, 2020 - Rust
-
Updated
Sep 11, 2020 - TypeScript
-
Updated
Oct 5, 2020 - D
-
Updated
Oct 15, 2020 - Python
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
Jan 4, 2020 - Python
-
Updated
May 19, 2020 - 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."
fast-check is a very nice library. It would be even better if we could use it with Facebook's ReasonML instead of Typescript!
It might be possible to use https://github.com/rrdelaney/ReasonablyTyped to make the conversion easier.