testing: Rename integration_test.go to PACKAGE_integration_test.go

Primary motivation making them easier to find in the code editor.
This commit is contained in:
Bjørn Erik Pedersen 2024-01-28 11:41:59 +01:00
parent 50dc327d1a
commit 2a0329423c
No known key found for this signature in database
34 changed files with 1 additions and 0 deletions

View file

@ -90,6 +90,7 @@ func TestRunning(t testing.TB, files string, opts ...TestOpt) *IntegrationTestBu
return NewIntegrationTestBuilder(cfg).Build()
}
// In most cases you should not use this function directly, but the Test or TestRunning function.
func NewIntegrationTestBuilder(conf IntegrationTestConfig) *IntegrationTestBuilder {
// Code fences.
conf.TxtarString = strings.ReplaceAll(conf.TxtarString, "§§§", "```")