Skip to content

Commit d115762

Browse files
Update CONTRIBUTING.md (#1473)
Removes obsolete recommendations about removing mockito (which is now used in testing federated plugins).
1 parent 891ea57 commit d115762

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

CONTRIBUTING.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -95,13 +95,6 @@ Plugins tests are run automatically on contributions using Cirrus CI. However, d
9595
cost constraints, pull requests from non-committers may not run all the tests
9696
automatically.
9797

98-
The plugins team prefers that unit tests are written using `setMockMethodCallHandler`
99-
rather than using mockito to mock out `MethodChannel`. For a list of the plugins that
100-
are still using the mockito testing style and need to be converted, see
101-
[issue 34284](https://github.com/flutter/flutter/issues/34284). If you are contributing
102-
tests to an existing plugin that uses mockito `MethodChannel`, consider converting
103-
them to use `setMockMethodCallHandler` instead.
104-
10598
Once you've gotten an LGTM from a project maintainer and once your PR has received
10699
the green light from all our automated testing, wait for one the package maintainers
107100
to merge the pull request and `pub submit` any affected packages.

0 commit comments

Comments
 (0)