✨ 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:
parent
6095c2497e
commit
79f58b3e6c
2 changed files with 115 additions and 92 deletions
2
go.mod
2
go.mod
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue