-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix: verify single when mutiple test styles are in same file (#47)
- rename `minitest--extract-str` to `minitest--extract-test-name` - new defvar `minitest--test-regexps` for list of patterns to match - remove `cmd` parameter of `minitest--post-command` This makes it so we find the nearest match and evaluate the right test when calling the verify-single command. However, it appears that `it` style tests will not work, due to the way their test names are generated internally (?).
- Loading branch information
Grant Shangreaux
authored
Feb 2, 2020
1 parent
6d9f623
commit dc308b2
Showing
2 changed files
with
47 additions
and
38 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