-
Notifications
You must be signed in to change notification settings - Fork 318
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Support filters for parameterized tests.
Previously attempting to run only a single variant of parameterized test: eg 'instrument ... -e class FooTest#bar[0]'. would be silently ignored with 0 tests run. This change adjusts the AJUR classmethod filter, and the corresponding testFile parser to support filtering individual parameterized test variants. PiperOrigin-RevId: 312342209
- Loading branch information
1 parent
bbc35ad
commit 8064ecd
Showing
3 changed files
with
17 additions
and
16 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