generated from mattbrictson/gem
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Run all tests by default; ability to run tests by arbitrary path(s)
Similar to RSpec and the Rails test runner, this commit adds a feature where the `mt` executable can run multiple tests at once based on command line arguments. When executed with no args, it now runs all tests by default. ```sh # Run all tests bin/mt # Run a specific test file bin/mt test/cli_test.rb # Run a directory of tests bin/mt test/commands # Run many tests/directories at once bin/mt test/cli_test.rb test/commands ```
- Loading branch information
1 parent
5d80649
commit d497975
Showing
7 changed files
with
119 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Empty file.
Empty file.
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters