Skip to content

Commit

Permalink
update comments
Browse files Browse the repository at this point in the history
  • Loading branch information
denik committed Feb 7, 2025
1 parent 8a7265b commit d14d075
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion acceptance/config_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,9 @@ type ServerStub struct {
}
}

// FindConfigs finds the closest config file.
// FindConfigs finds all the config relevant for this test,
// ordered from the most outermost (at acceptance/) to current test directory (identified by dir).
// Argument dir must be a relative path from the root of acceptance tests (<project_root>/acceptance/).
func FindConfigs(t *testing.T, dir string) []string {
configs := []string{}
for {
Expand Down

0 comments on commit d14d075

Please sign in to comment.