8 lines
283 B
Go
8 lines
283 B
Go
|
// Copyright 2021 the Pinniped contributors. All Rights Reserved.
|
||
|
// SPDX-License-Identifier: Apache-2.0
|
||
|
|
||
|
// Package testutil contains shared test utilities for the Pinniped project.
|
||
|
//
|
||
|
// As of right now, it is more or less a dumping ground for our test utilities.
|
||
|
package testutil
|