Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Conversation

@zanderso
Copy link
Member

@zanderso zanderso commented May 9, 2021

First part of flutter/flutter#82134

@zanderso zanderso added the Work in progress (WIP) Not ready (yet) for review! label May 9, 2021
@google-cla google-cla bot added the cla: yes label May 9, 2021
@zanderso zanderso requested a review from dnfield May 9, 2021 06:32
@zanderso zanderso removed the Work in progress (WIP) Not ready (yet) for review! label May 9, 2021
Copy link
Contributor

@dnfield dnfield left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM.

import 'package:path/path.dart' as path;

import 'package:test/test.dart';
import 'utils.dart';
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

FWIW, both mockito and test are available in //third_party/dart/third_party/pkg.

But getting rid of mockito will vastly simplify NNBD migration.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah, nnbd is why I wanted to get rid of mockito. Getting rid of package:test has two benefits.

  1. Many fewer path dependencies to explicitly override in the pubspec.yaml.
  2. And therefore less chance that the dependencies will have version conflicts so that we can use pub get --offline to generate the package_config.json.

@zanderso zanderso merged commit 106963e into flutter:master May 10, 2021
@zanderso zanderso deleted the rm-mocks branch May 10, 2021 20:43
engine-flutter-autoroll added a commit to engine-flutter-autoroll/flutter that referenced this pull request May 11, 2021
engine-flutter-autoroll added a commit to engine-flutter-autoroll/flutter that referenced this pull request May 11, 2021
engine-flutter-autoroll added a commit to engine-flutter-autoroll/flutter that referenced this pull request May 11, 2021
naudzghebre pushed a commit to naudzghebre/engine that referenced this pull request May 21, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants