In the Dart and (soon) Flutter plugins for IDEA, we use --name and --plain-name to identify a test to run within a test file. Some folks on the Flutter team are concerned that users might accidentally write two tests with the same name. Could package:test check for this?
Followup to discussion in:
flutter/flutter#11020