rapidcheck
rapidcheck copied to clipboard
QuickCheck clone for C++ with the goal of being simple to use with as little boilerplate as possible.
FreeBSD 12
Hey, thanks for the great library. I was wondering if it's possible to set RC_PARAMS with the GoogleTest integration from within the test. I tried setting the environment variable in...
Hi! I'm using commit 8fafda42e732164db58003e542196e94a28481f9 of rapidcheck, building on C++14 mode. When trying to bump the compiler to GCC 11.3.0 (from GCC 7.5.0) I get the following compile error: ```...
I want to do two things: 1. see the distribution of the commands 2. see the distribution of the number of the commands per test run. In a particular example,...
With the official release of [Catch2 v3.0.1](https://github.com/catchorg/Catch2/releases/tag/v3.0.1) the header structure of that library has changed, and this breaks compatibility with anyone including ``, since it includes the old header. The...
supporting colored output would make output log more readable. it could use a flag like `color_output` at `RC_PARAMS`. some example:  
This PR brings the googletest dependency up to the latest commit available on main.
With moves towards inclusive language: https://www.ibm.com/blogs/think/2020/08/words-matter-driving-thoughtful-change-toward-inclusive-language-in-technology/ we'd like to see the version of google test used in rapid check updated to remove "whitelist" and "blacklist" terms from the overall dependency...
Hi, i am using **rapidcheck** to test an embedded project. I came upon an odd situation, where i ran an Test (max_success=100; noshrink=true) and it said, that it is "Falsifiable...
How about making an actual release at some point ? Moving target is not that fine. There are points where not having bugs, or knowing which bugs there are, would...