go/tests
Snider 2d6415b3aa feat: embed.go and data.go return Result throughout
Mount, MountEmbed, Open, ReadFile, ReadString, Sub, GetAsset,
GetAssetBytes, ScanAssets, GeneratePack, Extract → all return Result.

Data.ReadFile, ReadString, List, ListNames, Extract → Result.
Data.New uses Mount's Result internally.

Internal helpers (WalkDir callback, copyFile) stay error — they're
not public API.

231 tests, 77.4% coverage.

Co-Authored-By: Virgil <virgil@lethean.io>
2026-03-20 14:13:47 +00:00
..
testdata feat: Command DTO + Cli surface — AX-native CLI primitives 2026-03-20 12:08:19 +00:00
app_test.go test: rewrite test suite for AX primitives API 2026-03-20 08:42:38 +00:00
array_test.go test: rewrite test suite for AX primitives API 2026-03-20 08:42:38 +00:00
cli_test.go feat: Service as typed struct, Result without generics 2026-03-20 13:30:22 +00:00
command_test.go feat: Service as typed struct, Result without generics 2026-03-20 13:30:22 +00:00
config_test.go test: rewrite test suite for AX primitives API 2026-03-20 08:42:38 +00:00
core_test.go feat: IPC, task, lifecycle all return Result 2026-03-20 13:59:45 +00:00
data_test.go feat: embed.go and data.go return Result throughout 2026-03-20 14:13:47 +00:00
drive_test.go feat: Service as typed struct, Result without generics 2026-03-20 13:30:22 +00:00
embed_test.go feat: embed.go and data.go return Result throughout 2026-03-20 14:13:47 +00:00
error_test.go feat: embed.go and data.go return Result throughout 2026-03-20 14:13:47 +00:00
fs_test.go test: rewrite test suite for AX primitives API 2026-03-20 08:42:38 +00:00
i18n_test.go feat: Service as typed struct, Result without generics 2026-03-20 13:30:22 +00:00
ipc_test.go feat: IPC, task, lifecycle all return Result 2026-03-20 13:59:45 +00:00
lock_test.go feat: Service as typed struct, Result without generics 2026-03-20 13:30:22 +00:00
log_test.go refactor: AX audit fixes — no direct strings/fmt, full type names 2026-03-20 13:47:23 +00:00
options_test.go test: rewrite test suite for AX primitives API 2026-03-20 08:42:38 +00:00
runtime_test.go feat: IPC, task, lifecycle all return Result 2026-03-20 13:59:45 +00:00
service_test.go feat: Service as typed struct, Result without generics 2026-03-20 13:30:22 +00:00
string_test.go feat: Join() reclaimed for strings — ErrorJoin for errors 2026-03-20 12:42:10 +00:00
task_test.go feat: IPC, task, lifecycle all return Result 2026-03-20 13:59:45 +00:00
utils_test.go feat: utils.go — FilterArgs, ParseFlag with short/long flag rules 2026-03-20 12:15:57 +00:00