Enchantrix/pkg/trix
google-labs-jules[bot] d7c738bbd3 refactor(tests): Co-locate tests with source code
Moves all test files from the `tdd/` directory to their corresponding `pkg/` subdirectories. This aligns with standard Go project structure and simplifies the test coverage workflow.

- Moves `tdd/crypt/crypt_test.go` to `pkg/crypt/`
- Moves `tdd/enchantrix/enchantrix_test.go` to `pkg/enchantrix/`
- Moves `tdd/trix/trix_test.go` to `pkg/trix/`
- Simplifies the `Taskfile.yml` to use a standard `go test` command.
- Removes the now-obsolete `tdd/` directory.
- Adds generated coverage files to `.gitignore`.
2025-11-02 23:09:24 +00:00
..
testdata/fuzz/FuzzDecode feat: Add fuzz test and fix OOM vulnerability 2025-11-02 02:21:21 +00:00
trix.go feat: Add fuzz test and fix OOM vulnerability 2025-11-02 02:21:21 +00:00
trix_test.go refactor(tests): Co-locate tests with source code 2025-11-02 23:09:24 +00:00