flutter/packages/flutter_tools/test/commands.shard
Christopher Fujino bb77eff18b
[CP] Fix flutter upgrade failing with "Unknown Flutter tag" to 3.13 (#133818)
Fixes `flutter upgrade` which would fail with "Unknown flutter tag" because it would call `git` commands in the user's current working directory instead of the Flutter SDK.

Fixes https://github.com/flutter/flutter/issues/133819.
2023-09-01 00:07:04 +00:00
..
hermetic [CP] Fix flutter upgrade failing with "Unknown Flutter tag" to 3.13 (#133818) 2023-09-01 00:07:04 +00:00
permeable Add .env file support for option --dart-define-from-file (#128668) 2023-07-05 16:35:08 +00: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.