doc: add utilities basic usage informations

This commit is contained in:
2024-08-02 10:37:19 +02:00
parent 4729c54076
commit 8f89ed7e77
6 changed files with 94 additions and 1 deletions

View File

@ -23,6 +23,7 @@ func AssertIntegrationTests(t *testing.T) {
}
if !skipIntegrationTests {
t.Logf("Running integration tests. To disable, set environment variable %s=true", skipIntegrationTestsEnv)
return
}