package
1.17.0-rc2
Repository: https://github.com/filecoin-project/venus.git
Documentation: pkg.go.dev

# Functions

BadUnitTestWithSideEffects will run the test its called from iff the `-unit` or `-short` flag is passed when calling `go test`.
BenchUnitTest will run the test its called from iff the `-unit` or `-short` flag is passed when calling `go test`.
BinaryPath will return the path to the user provided binary.
DeploymentTest will run the test its called from iff the `-deployment` flag is passed when calling `go test`.
FunctionalTest will run the test its called from iff the `-functional` flag is passed when calling `go test`.
IntegrationTest will run the test its called from iff the `-integration` flag is passed when calling `go test`.
UnitTest will run the test its called from iff the `-unit` or `-short` flag is passed when calling `go test`.