forked from gakonst/ethers-rs
-
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.
Expand
forge test --match
interface (gakonst#388)
* Expanded match interface into options for filtering by test name, contract name, and their inverse * Added forge::TestFilter impl for Filter && replaced Regex with Filter * Added TestFilter trait * Replaced Regex with TestFilter * Replaced Regex with TestFilter * Cleaned up warnings * Formatting * Add conflicts for old match flag and new expaded match flags * Added TestFilter impl to test_helpers * Replaced Regex in tests with impl TestFilter
- Loading branch information
Showing
4 changed files
with
127 additions
and
43 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
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