6 lines
323 B
Go
6 lines
323 B
Go
// Package e2e contains end-to-end integration tests that exercise the full
|
|
// redapricot data path: a real Java hub subprocess, the in-process Go client,
|
|
// a mock Minecraft destination, and simulated players. The tests live in
|
|
// *_test.go files; this file exists so `go build ./...` has a buildable package.
|
|
package e2e
|