Patrick Dinneen suggests:
I would really appreciate the ability to specify my IDEA test targets using ant style pattern matching. The current method
of specifying all tests in a package, a single class or a method is limiting when there are certain packages of tests that
are very time consuming and best run by a build machine, but these packages appear below some higher level package used
when specifying the test target. The alternative of creating many smaller test targets isn't much fun as it requires too
much effort on my part as a developer when running tests before baselining.