8000 GitHub - kaspth/quickdraw: Multi-core test runner for Ruby
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

kaspth/quickdraw

 
 

Repository files navigation

Quickdraw

Quickdraw

Warning

Quickdraw is currently in development. You should almost definitely not use it in a project until 1.0 is released.

Quickdraw is a new test framework for Ruby:

  • Designed to take advantage of multi-core systems. On M-series macs, it runs one process for each performance core.
  • Efficiency mode on M-series macs can run on just your efficiency cores to save battery.
  • Auto-loaded configuration, so you never need to require "test_helper".
  • Scoped execution, so you can define methods and constants at the top level without worrying about collisions.
  • Watch mode automatically runs tests when files are updated.
  • Error messages are calculated lazily, so you don’t need to worry about expensive (but helpful) failure messages slowing down your tests.

About

Multi-core test runner for Ruby

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 99.6%
  • Shell 0.4%
0