ohbarye / pbt

Property-Based Testing tool for Ruby, supporting multiple concurrency methods (Ractor, multiprocesses, multithreads).
https://rubygems.org/gems/pbt
MIT License
207 stars 4 forks source link

Add shrinking feature #5

Closed ohbarye closed 6 months ago

ohbarye commented 6 months ago

Change

This pull request adds shrinking feature to this gem. It's quite important part for property based testing so that a programmer can find a minimum reproduction case.