freebsd-ports/devel/rubygem-sus/pkg-descr
Po-Chuan Hsieh d600ef293f
devel/rubygem-sus: Add rubygem-sus 0.23.0
Sus(picious) is an opinionated test framework designed with several goals:
- As fast as possible, aiming for ~10,000 assertions per second per core.
- Isolated tests which parallelise easily (including class definitions).
- Native support for balanced (work-stealing) multi-core execution.
- Incredible test output with detailed failure logging (including nested
  assertions and predicates).

Non-features:
- Flexibility at the expense of performance.
- Backwards compatibility.
2023-09-22 11:11:12 +08:00

10 lines
480 B
Text

Sus(picious) is an opinionated test framework designed with several goals:
- As fast as possible, aiming for ~10,000 assertions per second per core.
- Isolated tests which parallelise easily (including class definitions).
- Native support for balanced (work-stealing) multi-core execution.
- Incredible test output with detailed failure logging (including nested
assertions and predicates).
Non-features:
- Flexibility at the expense of performance.
- Backwards compatibility.