diff options
author | sudoforge <no-reply@sudoforge.com> | 2025-05-08 01:08:48 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-05-08 01:08:48 -0700 |
commit | f6e7fb524e3e157f04a5fe90066e55bf1dc692ec (patch) | |
tree | 8051a9dee5ff762456fc9e8c6e528b43b37f8fb8 /doc/man/git-bug-bug-label-rm.1 | |
parent | 29b59f2a3888bc1ff1bbbe85316ed37da0fab296 (diff) | |
download | git-bug-f6e7fb524e3e157f04a5fe90066e55bf1dc692ec.tar.gz git-bug-f6e7fb524e3e157f04a5fe90066e55bf1dc692ec.zip |
test: add an internal lib for running flaky tests (#1398)
This change adds an internal utility library for running flaky tests
with built-in support for incremental backoff retries. This can be used
by packages within this repository by importing `internal/test` and
invoking it as such:
func SomeTest(t *testing.T) {
f := test.NewFlaky(t, &test.FlakyOptions{
// define options here
...
})
f.Run(func(t testing.TB) {
// original test logic here
...
}
}
Change-Id: I8c6138c39c381bcee408ea6b7fe9d9b6eeb48fed
Diffstat (limited to 'doc/man/git-bug-bug-label-rm.1')
0 files changed, 0 insertions, 0 deletions