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
There are two approaches to automated testing when there is a dependency on external services. One is to use mocks. The other is to use docker to spin up an instance of the external service to test with. Sort out which things should be tested using which method. Just make sure everything has tests.
The text was updated successfully, but these errors were encountered:
There are two approaches to automated testing when there is a dependency on external services. One is to use mocks. The other is to use docker to spin up an instance of the external service to test with. Sort out which things should be tested using which method. Just make sure everything has tests.
The text was updated successfully, but these errors were encountered: