1 2 3 4 5 6 7
package cli import "codeberg.org/snonux/goprecords/internal/goprecords" func runTests() error { return goprecords.RunIntegrationTests("./fixtures") }