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

Run unit and integration test separately #63

Open
bendrucker opened this issue Jan 7, 2022 · 0 comments
Open

Run unit and integration test separately #63

bendrucker opened this issue Jan 7, 2022 · 0 comments

Comments

@bendrucker
Copy link
Contributor

Integration tests depend on Kubernetes (minikube) and are therefore very slow to start. Rather than just allow integration tests to be skipped, we should run unit and integration tests separately, potentially forgoing the inclusion of integration tests in coverage metrics.

This will allow unit tests to run quickly and fail for basic issues, including un-buildable code. Integration tests can either run after or in parallel.

In addition to go test -short, we have the option to use build tags for tests:

https://mickey.dev/posts/go-build-tags-testing/

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

No branches or pull requests

1 participant