git.frostfs.info/TrueCloudLab/frostfs-sdk-go@v0.0.0-20241022124111-5361f0ecebd3/user/test/doc.go (about)

     1  /*
     2  Package usertest provides functions for convenient testing of user package API.
     3  
     4  Note that importing the package into source files is highly discouraged.
     5  
     6  Random instance generation functions can be useful when testing expects any value, e.g.:
     7  
     8  	import usertest "git.frostfs.info/TrueCloudLab/frostfs-sdk-go/user/test"
     9  
    10  	id := usertest.ID()
    11  	// test the value
    12  */
    13  package usertest