-
Notifications
You must be signed in to change notification settings - Fork 106
Closed
Description
GitHub: GH-286
Usage
The test directory is assumed to be test.
Run all tests:
$ test-unit testRun specific test:
$ test-unit test/test_a.rbRun specific test at line 10:
$ test-unit test/test_a.rb:10Run specific tests:
$ test-unit test/test_a.rb test/test_b.rbRun tests whose name matches a pattern:
$ test-unit test -n /collect/I plan to make the other options follow the test-unit options.
Steps to implement
We think steps to implement:
- Create
bin/test-unitbin/test-unitjust invokeruby -r test-unit -e run_test test
- Add support pass arguments
test-unit test --verbose ...equalsruby -r test-unit -e run_test test --verbose ...
nevans
Metadata
Metadata
Assignees
Labels
No labels