Details
-
Bug
-
Resolution: Unresolved
-
Major - P3
-
None
-
None
-
Server Tooling & Methods
-
ALL
Description
unit test --filter currently accepts a substring to match test names.
This is only useful if the tests being targeted have a common substring that all the other tests in the executable don't share. We could just make this a regex match instead. Then you can target a very precise set of tests.