This repository has been archived by the owner on Mar 25, 2023. It is now read-only.
mocking apis #285
amitu
started this conversation in
Ideas & RFC
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We currently have dependency on network for some of our functionalities, like
fpm clone
,fpm sync
etc. We should create a mockable http library that does a file system read/write, instead of making HTTP requests, so our "snapshot testing" can work without network.Beta Was this translation helpful? Give feedback.
All reactions