package
1.5.0
Repository: https://github.com/unixwars/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.