flutter/packages/flutter_tools/test/commands.shard
Christopher Fujino c7cb5f3f5b
[flutter_tools] pin package intl and roll pub packages (#117168)
* pin package intl and roll pub packages

* add test

* fix analysis
2022-12-16 00:34:51 +00:00
..
hermetic [flutter_tools] pin package intl and roll pub packages (#117168) 2022-12-16 00:34:51 +00:00
permeable Add an integration test to plugin template example (#117062) 2022-12-15 19:49:14 +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.