Trending Projects for September 18, 2022
Discover libraries that are gaining popularity within the Ruby community. You can find an overview of how we calculate these in our documentation.
minitest-distributed is a plugin for minitest for executing tests on a
distributed set of unreliable workers.
When a test suite grows large enough, it inevitable gets too slow to run
on a single machine to give timely feedback to developers. This plugins
combats this issue by distributing the full test suite to a set of workers.
Every worker is a consuming from a single queue, so the tests get...