## Changes Move acceptance/*_test.go to acceptance/internal (except for acceptance_test.go). ## Why Some of this code needs its own tests, having it in package supports the separation between "acceptance tests" and "acceptance test runner tests".