flutter/dev/automated_tests/flutter_test
Michael Goderbauer 5491c8c146
Auto-format Framework (#160545)
This auto-formats all *.dart files in the repository outside of the
`engine` subdirectory and enforces that these files stay formatted with
a presubmit check.

**Reviewers:** Please carefully review all the commits except for the
one titled "formatted". The "formatted" commit was auto-generated by
running `dev/tools/format.sh -a -f`. The other commits were hand-crafted
to prepare the repo for the formatting change. I recommend reviewing the
commits one-by-one via the "Commits" tab and avoiding Github's "Files
changed" tab as it will likely slow down your browser because of the
size of this PR.

---------

Co-authored-by: Kate Lovett <katelovett@google.com>
Co-authored-by: LongCatIsLooong <31859944+LongCatIsLooong@users.noreply.github.com>
2024-12-19 20:06:21 +00:00
..
child_directory Auto-format Framework (#160545) 2024-12-19 20:06:21 +00:00
dart_defines_expectation.txt [flutter_tools] add support for dart defines to flutter test (#70791) 2020-11-18 14:52:49 -08:00
dart_defines_test.dart [flutter_tools] add support for dart defines to flutter test (#70791) 2020-11-18 14:52:49 -08:00
exception_handling_expectation.txt Adjust tools tests that would be broken by formatting (#160393) 2024-12-17 00:34:00 +00:00
exception_handling_test.dart Adjust tools tests that would be broken by formatting (#160393) 2024-12-17 00:34:00 +00:00
filtering_tag_test.dart Support tags when running tests from command line (#55152) 2020-04-21 10:35:13 -07:00
filtering_tag_widget_test.dart Support tags in testWidgets (#55141) 2020-04-28 15:49:01 -07:00
filtering_test.dart License update (#45373) 2019-11-27 15:04:02 -08:00
flutter_gold_expectation.txt Factor out use of "print" in flutter_goldens (#144846) 2024-03-17 01:56:19 +00:00
flutter_gold_test.dart Auto-format Framework (#160545) 2024-12-19 20:06:21 +00:00
package_assets_expectation.txt Enable widget load assets in its own package in test (#35991) 2019-07-16 09:47:42 -07:00
package_assets_test.dart Auto-format Framework (#160545) 2024-12-19 20:06:21 +00:00
print_correct_local_widget_expectation.txt Manual roll of engine from e0011fa561d6 to 2118a1bb4bf0 (7 revisions) (#84666) 2021-06-16 06:22:34 -07:00
print_correct_local_widget_test.dart Auto-format Framework (#160545) 2024-12-19 20:06:21 +00:00
print_user_created_ancestor_expectation.txt Upgrade dependencies (#117007) 2022-12-14 13:13:05 -08:00
print_user_created_ancestor_no_flag_expectation.txt Upgrade dependencies (#117007) 2022-12-14 13:13:05 -08:00
print_user_created_ancestor_no_flag_test.dart Auto-format Framework (#160545) 2024-12-19 20:06:21 +00:00
print_user_created_ancestor_test.dart Auto-format Framework (#160545) 2024-12-19 20:06:21 +00:00
README.md ✒ Spell Check All .md Files Related to Flutter 💙 (#61564) 2020-07-22 18:23:47 -07:00
test_async_utils_guarded_expectation.txt Upgrade dependencies (#117007) 2022-12-14 13:13:05 -08:00
test_async_utils_guarded_test.dart Auto-format Framework (#160545) 2024-12-19 20:06:21 +00:00
test_async_utils_unguarded_expectation.txt Upgrade dependencies (#117007) 2022-12-14 13:13:05 -08:00
test_async_utils_unguarded_test.dart Auto-format Framework (#160545) 2024-12-19 20:06:21 +00:00
ticker_expectation.txt Upgrade dependencies (#117007) 2022-12-14 13:13:05 -08:00
ticker_test.dart Auto-format Framework (#160545) 2024-12-19 20:06:21 +00:00
trivial_test.dart Auto-format Framework (#160545) 2024-12-19 20:06:21 +00:00
trivial_widget_expectation.txt
trivial_widget_test.dart License update (#45373) 2019-11-27 15:04:02 -08:00
uri_format_test.dart [flutter_tools] Add support for URI formats like ?line=x for "flutter test" (#119740) 2023-02-27 19:13:00 +00:00
working_directory_expectation.txt [flutter_tools] Make setting of CWD consistent for flutter test (#74622) 2021-01-25 22:34:03 -08:00
working_directory_test.dart Enable avoid_print lint. (#91444) 2021-10-07 16:48:04 -07:00

The files in this directory are used as part of the tests in the flutter_tools package. Some are here because here these tests need a pubspec.yaml that references the flutter framework (which is intentionally not true of the flutter_tools package). Others are here mostly out of peer pressure.