At this first, I'd like to say congrats for this awesome library!
I'm looking for ways to test it, there is an way to mock the results?
For example in http I usually do at this way on tests
Client client = MockClient((request) async {
return Response(json.encode(fakeResponse), 200);
});
you can do this by custom HttpClientAdapter。 Examples:
Thxs, what do u think about create a readme or wiki about tests?
Most helpful comment
Thxs, what do u think about create a readme or wiki about tests?