flutter/packages
Danny Tuppeny cc1766d44c
Remove flutter_tester test (#21493)
I'm working on fixing up all tests that rely on fs.currentDirectory to allow us to run concurrently. This one proved to be really tricky because it calls a lot of code and spawns multiple processes that have a mix of absolute and relative paths passed to them. I managed to handle some of it with a ChrootFileSystem, but the paths passed to the external processes were wrong.

The functionality here is covered by all of the integration tests that use flutter_tester that were added after this, including flutter_run_test.dart, lifetime_test.dart etc. in this same folder but because they're run through `flutter run` as a separate process they get to set their own working directories without affecting other tests if run concurrently.
2018-09-06 17:59:34 +01:00
..
flutter Enable fading animation during page transitions. (#21394) 2018-09-06 09:26:52 -07:00
flutter_driver Update packges (#21241) 2018-08-30 18:16:23 -07:00
flutter_goldens Update packges (#21241) 2018-08-30 18:16:23 -07:00
flutter_goldens_client Update packges (#21241) 2018-08-30 18:16:23 -07:00
flutter_localizations Add a localization for counter text, separate into own semantic node (#21029) 2018-08-28 12:39:24 -07:00
flutter_test Revert "Enable taking screenshots of arbitrary RenderObjects from a running a… (#20637)" (#21395) 2018-09-04 12:40:40 -07:00
flutter_tools Remove flutter_tester test (#21493) 2018-09-06 17:59:34 +01:00
fuchsia_remote_debug_protocol Update packges (#21241) 2018-08-30 18:16:23 -07:00
analysis_options.yaml Turn on unawaited_futures in flutter_tools (#21048) 2018-08-30 20:57:44 -07:00