// Copyright (c) The EfficientGo Authors.
// Licensed under the Apache License 2.0.

// Package testutil is a minimal testing utility with only few functions like `Assert`, `Ok`, `NotOk` for errors and `Equals`. // It also provides TB ("TestOrBench") utility for union of testing and benchmarks.
package testutil