The test_env path is very cryptic. It would be great, if it could include testenv or some other explicit name, which makes it easy to check, whether we have already loaded the test environment.
Usecase: Get idempotent execution
import TestEnv
if "testenv" ∉ Base.active_project()
TestEnv.activate()
end