-
Notifications
You must be signed in to change notification settings - Fork 29.4k
Closed
Labels
a: tests"flutter test", flutter_test, or one of our tests"flutter test", flutter_test, or one of our testsc: contributor-productivityTeam-specific productivity, code health, technical debt.Team-specific productivity, code health, technical debt.toolAffects the "flutter" command-line tool. See also t: labels.Affects the "flutter" command-line tool. See also t: labels.
Description
Right now the majority of it is untested, or only verified to throw exceptions given invalid params.
At least these are missing smoke tests for their basic functionality:
-
commands/run.dart -
run_hot.dart -
run_cold.dart -
vmservice.dart
These other commands are tested, but are mocking out so many of their dependencies in the process that they're not capable of verifying their behaviors all the way through to the VM level:
-
commands/attach.dart -
commands/daemon.dart
Metadata
Metadata
Assignees
Labels
a: tests"flutter test", flutter_test, or one of our tests"flutter test", flutter_test, or one of our testsc: contributor-productivityTeam-specific productivity, code health, technical debt.Team-specific productivity, code health, technical debt.toolAffects the "flutter" command-line tool. See also t: labels.Affects the "flutter" command-line tool. See also t: labels.