Refactor version_solver_test.
This brings these tests in line with others, making them integration tests that invoke a pub process rather than testing the version solver APIs directly. This will make it easier to add Flutter support in the future (see #1431 and #1432). R=rnystrom@google.com Review URL: https://codereview.chromium.org//2172523002 .
Showing
- lib/src/sdk.dart 1 addition, 1 deletionlib/src/sdk.dart
- lib/src/solver/backtracking_solver.dart 1 addition, 0 deletionslib/src/solver/backtracking_solver.dart
- test/package_server.dart 3 additions, 0 deletionstest/package_server.dart
- test/test_pub.dart 33 additions, 21 deletionstest/test_pub.dart
- test/version_solver_test.dart 952 additions, 1327 deletionstest/version_solver_test.dart
This diff is collapsed.
Please register or sign in to comment