mirror of
https://github.com/Tencent/WeKnora.git
synced 2026-08-31 00:50:02 +08:00
69fbbfc252
`gofmt -w cli/` — trailing newlines, minor whitespace alignment. Caught during PR-readiness review (`gofmt -l .` had been non-clean since the em-dash → ASCII bulk replace earlier in the v0.4 series).
12 lines
449 B
Go
12 lines
449 B
Go
// cli/acceptance/doc.go
|
|
//
|
|
// Package acceptance is the cli/ subtree top-level home for cross-cutting
|
|
// contract / integration tests. Lives outside cli/internal/ so a future
|
|
// reviewer immediately sees "this is the contract surface - change with care".
|
|
//
|
|
// Sub-packages:
|
|
//
|
|
// contract/ - envelope JSON shape golden + error.code registry consistency
|
|
// e2e/ - real WeKnora server blackbox tests (testscript-style)
|
|
package acceptance
|