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

Char and string arbitrary #10

Closed ohbarye closed 6 months ago

ohbarye commented 6 months ago

Change

This adds some arbitraries to generate char, string with specific character(s).

ohbarye commented 6 months ago

Maybe those arbitraries can be tidied up as MapArbitrary. Will try the next step.