Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Write tests #4

Open
MikeTaylor opened this issue Nov 16, 2023 · 0 comments
Open

Write tests #4

MikeTaylor opened this issue Nov 16, 2023 · 0 comments

Comments

@MikeTaylor
Copy link
Collaborator

MikeTaylor commented Nov 16, 2023

I'm going to let this one gestate for a while. Testing a library that's all about access to web-services is an unappealing prospect, since the choices are

  • Rely on a well-known real back-end to run against, with all the unreliability that entails
  • Mock a back-end and test against that, which is not only a lot of work but also amounts to tests that tests whether the assumptions made in the tests test correctly.

Maybe later.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant