# 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`.