# Constants
LocExternal is an external test (i.e.
LocInPackage is an in-package test.
LocUnknown is the default, invalid value of the PkgType.
# Structs
ExampleFunc describes an example.
TestFunc describes a single test/benchmark/fuzz function in a package.
TestMain is a helper type responsible for generation of the test main package.
# Type aliases
FuncLocation describes whether a test function is in-package or external (i.e.