You can see this in action by running the t2/vars.t test from the test suite with the --cover-files options set.
I looked around and I'm not entirely sure what the problem is. My guess is that the plugin loads Test2::API before yath cleans up the environment, and therefore the next time Test2::API is called, it doesn't set the ENV vars again.
You can see this in action by running the t2/vars.t test from the test suite with the
--cover-files
options set.I looked around and I'm not entirely sure what the problem is. My guess is that the plugin loads Test2::API before yath cleans up the environment, and therefore the next time Test2::API is called, it doesn't set the ENV vars again.