lefticus / cpp_weekly

The official C++ Weekly Repository. Code samples and notes of future / past episodes will land here at various times. PR's will be accepted in some cases.
The Unlicense
665 stars 24 forks source link

Property Based Testing #197

Open aDifferentJT opened 1 year ago

aDifferentJT commented 1 year ago

Channel C++ Weekly

Topics Property based testing (RapidCheck) Fuzz testing (libFuzzer)

Length Probably bite-sized

You mentioned recently that more on fuzz testing is to come, so my apologies if that's already on here, I couldn't find it.

aDifferentJT commented 1 year ago

After today’s excellent episode about Fuzz testing you have well covered that, but I think it’d be great to cover Property based testing with RapidCheck

lefticus commented 1 year ago

https://github.com/cschreib/snitch

https://github.com/doctest/doctest

https://github.com/catchorg/Catch2

aDifferentJT commented 1 year ago

Those are some great testing frameworks but, as far as I know, none of them support property based testing.