
* Remove all use of global variables. * Always pass in all dependencies, only create them in main or in tests. * Pass in the "print" primitive. * Make all network traffic retry (except when run locally, when it just auto-passes). * Enable tests to be run in random order.
This is a fake package for use by automated testing.
For example, the flutter_tools
package uses this to test flutter test
.