flutter/packages/flutter_tools/test/integration
Alexandre Ardhuin 27018359d2
re-enable lint unnecessary_const (#19592)
* re-enable lint unnecessary_const

* remove trailling whitespaces

* remove unnecessary const (after merge)
2018-07-23 08:31:48 +02:00
..
test_data Removes trailing whitespace from source files. (#19329) 2018-07-19 23:03:58 -07:00
expression_evaluation_test.dart Fix copy/paste error in test (#19564) 2018-07-19 19:52:15 +01:00
flutter_attach.dart Removes trailing whitespace from source files. (#19329) 2018-07-19 23:03:58 -07:00
flutter_tester_test.dart Improve flutter tools integration tests (#18865) 2018-07-10 06:51:12 +01:00
hot_reload_test.dart Improve flutter tools integration tests (#18865) 2018-07-10 06:51:12 +01:00
README.md Integration test for FlutterTesterDevice. (#16424) 2018-04-11 08:52:17 -07:00
test_driver.dart re-enable lint unnecessary_const (#19592) 2018-07-23 08:31:48 +02:00
test_utils.dart Improve flutter tools integration tests (#18865) 2018-07-10 06:51:12 +01:00

Integration tests

These tests are not hermetic, and use actual Flutter SDK. While they don't require actual devices, they run flutter_tester to test Dart VM and Flutter integration.

Some of these tests change the current directory for the process, so only one test can be run at a time. Use this command to run:

../../bin/cache/dart-sdk/bin/pub run test -j1