test: add library end-to-end coverage

This commit is contained in:
Samuel N Cui
2026-07-11 20:50:30 +08:00
parent 259f124032
commit f6dde5acb6
4 changed files with 158 additions and 7 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ import (
"github.com/samuelncui/acp"
)
func TestACPCopyE2E(t *testing.T) {
func TestACPCommandE2E(t *testing.T) {
if testing.Short() {
t.Skip("skipping end-to-end test in short mode")
}