The current testing package documentation states:
"These TestXxx routines should be declared within the package they are
testing."
There's no mention of the commonly used technique of creating a file with
package foo_test
instead of
package foo
for blackbox or example purposes.