flutter/dev/automated_tests
Jonah Williams 37db92beeb
[versions] update all versions and fix tool tests (#60127)
Update all versions, specifically file which fixes some bugs that caused tests to fail if run in different orders:

- systemTemp directories created by MemoryFileSystem will allot names based on the file system instance instead of globally.
- MemoryFile.readAsLines()/readAsLinesSync() no longer treat a final newline in the file as the start of a new, empty line.
- RecordingFile.readAsLine()/readAsLinesSync() now always record a final newline.
2020-06-23 15:48:37 -07:00
..
flutter_run_test License update (#45373) 2019-11-27 15:04:02 -08:00
flutter_test fix tree (#59257) 2020-06-11 16:05:18 +02:00
icon Enable widget load assets in its own package in test (#35991) 2019-07-16 09:47:42 -07:00
test_smoke_test License update (#45373) 2019-11-27 15:04:02 -08:00
pubspec.yaml [versions] update all versions and fix tool tests (#60127) 2020-06-23 15:48:37 -07:00
README.md Fix tests (#3977) 2016-05-17 12:45:37 -07:00

This is a fake package for use by automated testing. For example, the flutter_tools package uses this to test flutter test.