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

Commit f8ed525

Browse files
Update CONTRIBUTING.md
Removes obsolete recommendations about removing mockito (which is now used in testing federated plugins, see firebase/flutterfire#1472).
1 parent d28c98c commit f8ed525

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
@@ -101,13 +101,6 @@ Plugins tests are run automatically on contributions using Cirrus CI. However, d
101101
cost constraints, pull requests from non-committers may not run all the tests
102102
automatically.
103103

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

0 commit comments

Comments
 (0)