Refactor append_test to use standalone test functions

- Remove testify/suite dependency
- Use t.ArtifactDir() and t.Cleanup() for test isolation
- Add proper cleanup for config overrides in each test
- Update Go version to 1.26.0
This commit is contained in:
Dan Jones 2026-02-13 11:25:45 -06:00
commit 79f58b3e6c
2 changed files with 115 additions and 92 deletions

2
go.mod
View file

@ -1,6 +1,6 @@
module codeberg.org/danjones000/my-log
go 1.21.5
go 1.26.0
require (
github.com/BurntSushi/toml v1.3.2