Documentation
¶
Overview ¶
Package testutils provides generic functions to simplify testing.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CheckGoroutines ¶
CheckGoroutine runs f and checks that there are no zombie goroutines left.
Because, the runtime may create some goroutines, f is run multiple times. A goroutine leak should then also appear multiple times.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.