go/tests
Snider 1ca010e1fb test: rewrite test suite for AX primitives API
164 tests, 41.3% coverage. Tests written against the public API only
(external test package, no _test.go in pkg/core/).

Covers: New(Options), Data, Drive, Config, Service, Error, IPC,
Fs, Cli, Lock, Array, Log, App, Runtime, Task.

Fixes: NewCommand now inits flagset, New() wires Cli root command.

Old tests removed — they referenced With*, RegisterService, and
other patterns that no longer exist.

Co-Authored-By: Virgil <virgil@lethean.io>
2026-03-20 08:42:38 +00:00
..
testdata feat: restructure Core as unified struct with DTO pattern 2026-03-18 09:12:29 +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 test: rewrite test suite for AX primitives API 2026-03-20 08:42:38 +00:00
config_test.go test: rewrite test suite for AX primitives API 2026-03-20 08:42:38 +00:00
core_test.go test: rewrite test suite for AX primitives API 2026-03-20 08:42:38 +00:00
data_test.go test: rewrite test suite for AX primitives API 2026-03-20 08:42:38 +00:00
drive_test.go test: rewrite test suite for AX primitives API 2026-03-20 08:42:38 +00:00
embed_test.go test: rewrite test suite for AX primitives API 2026-03-20 08:42:38 +00:00
error_test.go test: rewrite test suite for AX primitives API 2026-03-20 08:42:38 +00:00
fs_test.go test: rewrite test suite for AX primitives API 2026-03-20 08:42:38 +00:00
i18n_test.go test: rewrite test suite for AX primitives API 2026-03-20 08:42:38 +00:00
ipc_test.go test: rewrite test suite for AX primitives API 2026-03-20 08:42:38 +00:00
lock_test.go test: rewrite test suite for AX primitives API 2026-03-20 08:42:38 +00:00
log_test.go test: rewrite test suite for AX primitives API 2026-03-20 08:42:38 +00:00
options_test.go test: rewrite test suite for AX primitives API 2026-03-20 08:42:38 +00:00
runtime_test.go test: rewrite test suite for AX primitives API 2026-03-20 08:42:38 +00:00
service_test.go test: rewrite test suite for AX primitives API 2026-03-20 08:42:38 +00:00
task_test.go test: rewrite test suite for AX primitives API 2026-03-20 08:42:38 +00:00