flutter/packages/flutter_tools/test/commands.shard
hellohuanlin 162be5933b
[tools]build IPA validation bundle identifier using the default "com.example" prefix (#116430)
* [tools]build IPA validation bundle identifier using default com.example

* rephrase the warning
2022-12-02 20:49:30 +00:00
..
hermetic [tools]build IPA validation bundle identifier using the default "com.example" prefix (#116430) 2022-12-02 20:49:30 +00:00
permeable Removes retries from "dart pub get" and un-buffers its stdout/stderr output (#115801) 2022-12-01 19:30:17 +00:00
README.md

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.