3c15236fd5
Our E2E "framework" has a bunch of features around test discovery and standing up infra that were never completed or fully used, and we ended up building out a large test suite that ignored all that in lieu of Terraform-provided infrastructure for the last couple years. This changeset is a proposal (and demonstration) for gradually migrating our E2E tests off the framework code so that developers can write fairly ordinary golang stdlib testing tests.
5 lines
156 B
Go
5 lines
156 B
Go
package example
|
|
|
|
// This package contains only tests, so this is a placeholder file to
|
|
// make sure builds don't fail with "no non-test Go files in" errors
|