Enchantrix/pkg/crypt
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
..
std feat(tests): Add internal tests for private functions 2025-11-02 21:23:13 +00:00
crypt.go fix: Correct test logic and revert breaking API changes 2025-11-02 18:46:36 +00:00
crypt_internal_test.go feat(tests): Add internal tests for private functions 2025-11-02 21:23:13 +00:00
crypt_test.go refactor(tests): Co-locate tests with source code 2025-11-02 23:09:24 +00:00