flutter/dev/automated_tests/flutter_test
Ian Hickson 4e48a737eb Fix flex floating point error causing unnecessary striped warnings (#12424)
Also:

 * Provide a better message when you lerp from infinity to finity
   constraints.

 * Make the striped marker support RTL.

 * By popular demand, dump a warning to the console the first time
   a particular Flex overflows. (Resets on hot reload.)
2017-10-06 19:24:34 -07:00
..
exception_handling_expectation.txt Fix flex floating point error causing unnecessary striped warnings (#12424) 2017-10-06 19:24:34 -07:00
exception_handling_test.dart Be more consistent about how stack traces are output from flutter_test (#9361) 2017-04-13 12:31:04 -07:00
filtering_test.dart Add --name and --plain-name to 'flutter test' (#11020) 2017-06-29 17:26:19 -07:00
README.md Upgrade to the most recent test package. (#11526) 2017-08-04 16:33:38 -07:00
test_async_utils_guarded_expectation.txt Fix flex floating point error causing unnecessary striped warnings (#12424) 2017-10-06 19:24:34 -07:00
test_async_utils_guarded_test.dart Constants! Constants everywhere! (#9286) 2017-04-07 12:24:32 -07:00
test_async_utils_unguarded_expectation.txt Fix flex floating point error causing unnecessary striped warnings (#12424) 2017-10-06 19:24:34 -07:00
test_async_utils_unguarded_test.dart Test service extensions (#7849) 2017-02-03 13:55:07 -08:00
trivial_test.dart Upgrade to the most recent test package. (#11526) 2017-08-04 16:33:38 -07:00

The files in this directory are used as part of 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.