-
Notifications
You must be signed in to change notification settings - Fork 29.7k
Open
Labels
P2Important issues not at the top of the work listImportant issues not at the top of the work lista: tests"flutter test", flutter_test, or one of our tests"flutter test", flutter_test, or one of our teststeam-infraOwned by Infrastructure teamOwned by Infrastructure teamtriaged-infraTriaged by Infrastructure teamTriaged by Infrastructure team
Description
Today, tests under //dev are run as part of the framework misc shard, specified by this code:
Line 982 in 3f722c1
| Future<void> runMisc() async { |
This requires hard coding the path to each dart package and then invoking flutter test or dart test on them. However, it is easy to overlook this (for example, currently tests under //dev/tools do not get run). Instead, test.dart should automatically detect every pubspec.yaml under //dev and run flutter test on it.
Metadata
Metadata
Assignees
Labels
P2Important issues not at the top of the work listImportant issues not at the top of the work lista: tests"flutter test", flutter_test, or one of our tests"flutter test", flutter_test, or one of our teststeam-infraOwned by Infrastructure teamOwned by Infrastructure teamtriaged-infraTriaged by Infrastructure teamTriaged by Infrastructure team