pest is macro free otherwise simplistic c++17 unit testing
antibloat & turbo simplistic header only cxx unit testing & benchmarking thingy.
implemented this because a hackable solution for unit testing was needed not causing excessive compile times once you have more than one assertion.
- reduced sloc
- easy to understand and hack
- does not suffer from extraordinarily compile time bloat
- does not suffer from extraordinarily compiled binary bloat
- macro free
pest includes a xoshiro prng and a zipfian distribution helper class:
- #include <pest/xoshiro.hxx>
- #include <pest/zipfian-distribution.hxx>
... More
      | license | public domain | 
|---|---|
| project | pest | 
| url | hub.darcs.net/magenbluten/pest | 
| mb@64k.by | 
1 Version
      | version | 1.0.1 | 
|---|---|
| repository | https://pkg.cppget.org/1/stable | 
| depends | 0 | 
| requires | 1; c++17 | 
| reviews | +1 |