Go supports defining tests in `package` and `package_test` packages. (https://jdkaplan.dev/thinkin-logs/2021-10-07/). However, when using the latter form we end up with issues: ``` -: found packages mesh (mesh.go) and mesh_test (mesh_test.go_fuzz_.go) in /src/istio/pkg/config/mesh ``` cc @AdamKorcz
Go supports defining tests in
packageandpackage_testpackages. (https://jdkaplan.dev/thinkin-logs/2021-10-07/). However, when using the latter form we end up with issues:cc @AdamKorcz