https://github.com/joeldrapper/quickdraw
Multi-core test runner for Ruby
https://github.com/joeldrapper/quickdraw
ruby testing
Last synced: 3 months ago
JSON representation
Multi-core test runner for Ruby
- Host: GitHub
- URL: https://github.com/joeldrapper/quickdraw
- Owner: joeldrapper
- License: mit
- Created: 2023-02-20T16:56:48.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-03-14T11:15:48.000Z (4 months ago)
- Last Synced: 2025-04-01T10:06:59.068Z (3 months ago)
- Topics: ruby, testing
- Language: Ruby
- Homepage:
- Size: 233 KB
- Stars: 164
- Watchers: 4
- Forks: 10
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.txt
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# 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.