package
1.3.1
Repository: https://github.com/mjgpy3/docker.git
Documentation: pkg.go.dev

# README

testutils is a collection of utility functions to facilitate the writing of tests. It is used in various places by the Docker test suite.

# Functions

RandomString returns random string of specified length.
Timeout calls f and waits for 100ms for it to complete.