flutter/packages/flutter_tools/test/commands.shard
Kenzie Schmoll 94a30ddcbb
Add text to --analyze-size command output to launch DevTools with size data (#72295)
* Add text to --analyze-size command output to launch DevTools with size data.
2020-12-15 11:06:10 -08:00
..
hermetic Add text to --analyze-size command output to launch DevTools with size data (#72295) 2020-12-15 11:06:10 -08:00
permeable Add --dart-define option support to build aar command (#71829) 2020-12-14 10:21:01 -08:00
README.md Move commands into their own shard (#39140) 2019-10-02 12:46:51 -07:00

This directory contains tests for specific flutter commands.

Tests that are self-contained unit tests should go in hermetic/.

Tests that are more end-to-end, e.g. that involve actually running subprocesses, should go in permeable/.

The ../../tool/coverage_tool.dart script (which is used to collect coverage for the tool) runs only the tests in the hermetic directory when collecting coverage.