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

Integration tests #9

Closed
030 opened this issue Dec 31, 2023 · 0 comments · Fixed by #21
Closed

Integration tests #9

030 opened this issue Dec 31, 2023 · 0 comments · Fixed by #21
Labels
enhancement New feature or request

Comments

@030
Copy link
Contributor

030 commented Dec 31, 2023

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

on top of go files:

integration tests:
// +build integration

unit tests:
// +build !integration

go test ./... --tags=integration

@sbp-bvanb sbp-bvanb linked a pull request Feb 7, 2024 that will close this issue
@sbp-bvanb sbp-bvanb added the enhancement New feature or request label Feb 7, 2024
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

Successfully merging a pull request may close this issue.

2 participants