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

Sort out test mocks vs containers (ftp, minio, etc.) #237

Open
Apreche opened this issue Feb 26, 2023 · 0 comments
Open

Sort out test mocks vs containers (ftp, minio, etc.) #237

Apreche opened this issue Feb 26, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@Apreche
Copy link
Owner

Apreche commented Feb 26, 2023

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.

@Apreche Apreche added the enhancement New feature or request label Feb 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant