Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/joeldrapper/quickdraw
Multi-core test runner for Ruby
https://github.com/joeldrapper/quickdraw
ruby testing
Last synced: 5 days 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 (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-12-18T12:43:10.000Z (17 days ago)
- Last Synced: 2024-12-23T01:04:19.877Z (12 days ago)
- Topics: ruby, testing
- Language: Ruby
- Homepage:
- Size: 220 KB
- Stars: 142
- Watchers: 5
- Forks: 9
- Open Issues: 15
-
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.