Christian Ştefănescu

submited by
Style Pass
2023-01-23 12:30:06

In this post Peter describes an effective, graceful way of differentiating between unit and integration tests in a Go codebase. While build tags and the standard tooling around tests might be Go related, I believe that the pattern applies to other ecosystems as well. For instance Python and Pytest.

Overall this seems like a very reasonable way to separate unit from integration tests in a straightforward and discoverable way.

Leave a Comment