flutter/packages/flutter_tools/test/commands.shard
Tae Hyung Kim d75735eea6
Use platform specific line separator in gen-l10n (#130090)
Currently files are not generated with `\r\n` in windows. This PR should
fix the issue.

Fixes https://github.com/flutter/flutter/issues/109761.
2023-07-12 12:50:53 -07:00
..
hermetic Use platform specific line separator in gen-l10n (#130090) 2023-07-12 12:50:53 -07:00
permeable Add .env file support for option --dart-define-from-file (#128668) 2023-07-05 16:35:08 +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.