If a deftest creates a test in a package,
this package should be conveniently registered as "test-pacakge".
This would avoid use of the incompatible define-test-package form
or the explicit (defsuite (my-test-package :bind-to-package t))
Note that define-test-package is not compatible with many static analysis tools
including ASDF package definition parser.