ohbarye / pbt

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

v1 #26

Open ohbarye opened 1 month ago

ohbarye commented 1 month ago

With the talk at RubyKaigi 2024, the proof of concept has been completed. From now on, I plan to continue development by focusing on the functions necessary for a practical gem.

TODOs

rafamvc commented 1 month ago

Can I help? I am interested in Property based testing, and I am a ruby dev.

ohbarye commented 1 month ago

@rafamvc Thank you for volunteering.

I'm considering what features this gem lacks, so I can't immediately ask for anything. There are few examples of usage, so, if possible, I would love to hear your feedback on using this gem.