cyfi
cyfi copied to clipboard
Mock calls to APIs in tests
Rather than hitting planetary computer APIs in the tests, mock the results from the API our tests do not fail as a result of something API-related (eg. too many hits, internet issues, etc.)
Consider having one test that does hit the API, and then just that test fails if we hit the API