This is an additional measure to divide integration tests from unit tests Integration tests could then additionally skipped with ``` if testing.Short() { t.Skip("skipping integration test") } ```