You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I created the JSONRepository class to store mock API calls locally, and then I moved it entirely out of AuthoritySpoke, into Legislice. But I should still be able to eliminate cassettes by accessing a JSONRepository instead.
It would be good if each API call was represented by just one cassette. Or at least just one in an actual test and one in conftest.
The text was updated successfully, but these errors were encountered: