go/tests
Snider e12526dca6 feat: string.go — core string primitives, same pattern as array.go
HasPrefix, HasSuffix, TrimPrefix, TrimSuffix, Contains, Split, SplitN,
StringJoin, Replace, Lower, Upper, Trim, RuneCount.

utils.go and command.go now use string.go helpers — zero direct
strings import in either file.

234 tests, 79.8% coverage.

Co-Authored-By: Virgil <virgil@lethean.io>
2026-03-20 12:29:15 +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: Command DTO + Cli surface — AX-native CLI primitives 2026-03-20 12:08:19 +00:00
command_test.go feat: Command DTO + Cli surface — AX-native CLI primitives 2026-03-20 12:08:19 +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: 200 tests, 50.2% coverage — Data, I18n, Fs, Log, Embed, Runtime 2026-03-20 10:49:33 +00:00
data_test.go test: 200 tests, 50.2% coverage — Data, I18n, Fs, Log, Embed, Runtime 2026-03-20 10:49:33 +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: 214 tests, 79% coverage — GeneratePack with real files, SetOutput, crash reports 2026-03-20 12:10:41 +00:00
error_test.go test: 214 tests, 79% coverage — GeneratePack with real files, SetOutput, crash reports 2026-03-20 12:10:41 +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: 200 tests, 50.2% coverage — Data, I18n, Fs, Log, Embed, Runtime 2026-03-20 10:49:33 +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: 214 tests, 79% coverage — GeneratePack with real files, SetOutput, crash reports 2026-03-20 12:10:41 +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: 200 tests, 50.2% coverage — Data, I18n, Fs, Log, Embed, Runtime 2026-03-20 10:49:33 +00:00
service_test.go test: rewrite test suite for AX primitives API 2026-03-20 08:42:38 +00:00
string_test.go feat: string.go — core string primitives, same pattern as array.go 2026-03-20 12:29:15 +00:00
task_test.go test: rewrite test suite for AX primitives API 2026-03-20 08:42:38 +00:00
utils_test.go feat: utils.go — FilterArgs, ParseFlag with short/long flag rules 2026-03-20 12:15:57 +00:00