musicbrainz_rs icon indicating copy to clipboard operation
musicbrainz_rs copied to clipboard

Use stub tests for API calls

Open rfilmyer opened this issue 2 years ago • 1 comments

cargo test takes a significant amount of time to run, most of which is spent making about 150 calls to the MusicBrainz API. We could probably replace the actual API calls with JSON for cargo test, and save the actual API querying for cargo test --all

rfilmyer avatar Oct 26 '21 18:10 rfilmyer

This would be nice indeed

oknozor avatar Oct 26 '21 20:10 oknozor