flutter/packages/flutter_tools/test/commands.shard
Ben Konyi 3bfc25fb9e
[ flutter_tool ] Fix flakiness in doctor_test.dart (#161917)
This test was merging two ZeroExecutionTimeValidationResults into a new
ValidationResult with an actual execution duration set rather than
Duration.zero.

Fixes https://github.com/flutter/flutter/issues/161918
2025-01-20 21:34:29 +00:00
..
hermetic [ flutter_tool ] Fix flakiness in doctor_test.dart (#161917) 2025-01-20 21:34:29 +00:00
permeable Fixed repeated strings for incompatible Gradle or AGP version in create command (#161223) 2025-01-13 20:35:16 +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.