• Danny Tuppeny's avatar
    Remove flutter_tester test (#21493) · cc1766d4
    Danny Tuppeny authored
    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.
    cc1766d4
Name
Last commit
Last update
..
test_data Loading commit data...
README.md Loading commit data...
expression_evaluation_test.dart Loading commit data...
flutter_attach_test.dart Loading commit data...
flutter_run_test.dart Loading commit data...
hot_reload_test.dart Loading commit data...
lifetime_test.dart Loading commit data...
test_driver.dart Loading commit data...
test_utils.dart Loading commit data...