forked from TrueCloudLab/frostfs-sdk-go
f7172adf18
Signed-off-by: Pavel Karpy <carpawell@nspcc.ru>
13 lines
376 B
Go
13 lines
376 B
Go
/*
|
|
Package cidtest provides functions for convenient testing of cid package API.
|
|
|
|
Note that importing the package into source files is highly discouraged.
|
|
|
|
Random instance generation functions can be useful when testing expects any value, e.g.:
|
|
import cidtest "github.com/nspcc-dev/neofs-sdk-go/container/id/test"
|
|
|
|
cid := cidtest.ID()
|
|
// test the value
|
|
|
|
*/
|
|
package cidtest
|