flutter/packages/flutter_tools/test/commands.shard
2024-09-26 17:04:03 +00:00
..
hermetic Delete packages/flutter_tools/lib/src/fuchsia directory (#154880) 2024-09-17 09:10:02 -07:00
permeable Fix line-wrapping in flutter create error message. (#150325) 2024-09-26 17:04:03 +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.