forked from TrueCloudLab/frostfs-sdk-go
48150852f3
Signed-off-by: Leonard Lyubich <leonard@nspcc.ru>
13 lines
414 B
Go
13 lines
414 B
Go
/*
|
|
Package accountingtest provides functions for convenient testing of accounting 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 accountingtest "github.com/nspcc-dev/neofs-sdk-go/accounting/test"
|
|
|
|
dec := accountingtest.Decimal()
|
|
// test the value
|
|
|
|
*/
|
|
package accountingtest
|