forked from TrueCloudLab/frostfs-sdk-go
[#199] owner: Rename to user
, refactor and doc
Signed-off-by: Leonard Lyubich <leonard@nspcc.ru>
This commit is contained in:
parent
d20999113a
commit
1ed426b8a6
36 changed files with 546 additions and 557 deletions
13
user/test/doc.go
Normal file
13
user/test/doc.go
Normal file
|
@ -0,0 +1,13 @@
|
|||
/*
|
||||
Package usertest provides functions for convenient testing of user 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 usertest "github.com/nspcc-dev/neofs-sdk-go/user/test"
|
||||
|
||||
id := usertest.ID()
|
||||
// test the value
|
||||
|
||||
*/
|
||||
package usertest
|
Loading…
Add table
Add a link
Reference in a new issue