start integration test implementation

This commit is contained in:
2025-04-10 11:19:53 +02:00
parent af77d899e6
commit d4acdd4d53
2 changed files with 88 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
package main
import "testing"
func TestIntegration(t *testing.T) {
}