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 ChooseArbitrary and OneOfArbitrary #8

Closed ohbarye closed 6 months ago

ohbarye commented 6 months ago

Change

This adds the following 2 arbitraries.

They are reusable to add other arbitraries like CharArbitrary since we can think that character is one of codepoint.