flutter/packages/flutter_tools/test/commands.shard
Victoria Ashworth 81052a7d36
Add usage event to track when a iOS network device is used (#118915)
* Add usage event to track when a iOS network device is used

* update usage event to track percentage of iOS network vs usb devices, update and fix tests

* refactor tracking to happen in usageValues with a custom dimension
2023-01-25 10:57:12 -06:00
..
hermetic Add usage event to track when a iOS network device is used (#118915) 2023-01-25 10:57:12 -06:00
permeable Add Windows unit tests to plugin template (#118638) 2023-01-24 18:23:57 +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.