autocheck icon indicating copy to clipboard operation
autocheck copied to clipboard

Header-only C++17 library for property-based testing.

Results 6 autocheck issues
Sort by recently updated
recently updated
newest added

Good Morning John, I'm using autocheck, with great success, and I now want to generate values within a range. I am testing some date functions and I want to generate...

Any interest in code for shrinking? I gather you're doing a sort of minimalist SmallCheck-style "expand outwards slowly" approach, but there's still plenty of opportunity for someone to generate non-minimal...

Hi, apparently it is possible to use the library on older G++, like version 4.6.3 included in Ubuntu 12.04 LTS, by applying a minor fix; I'm pasting it here in...

wontfix

I've extended list_generator so it can be used with more std container, e.g. std::set, and added a default std::tuple generator using cons_generator. There's also some fixes for building with C++17

WSL ubuntu on Windows 10. ``` [root:/tmp/myautotest] # conan install autocheck/1.0.0@github/thejohnfreeman ERROR: Conanfile not found at /tmp/myautotest/autocheck/1.0.0@github/thejohnfreeman [root:/tmp/myautotest] 1 # conan install autocheck/[*]@github/thejohnfreeman ERROR: Conanfile not found at /tmp/myautotest/autocheck/[*]@github/thejohnfreeman [root:/tmp/myautotest]...