Enchantrix/pkg/crypt
google-labs-jules[bot] e112ec363d feat: Add Good, Bad, and Ugly tests
This commit refactors the test suites for the `crypt` and `enchantrix` packages to follow the "Good, Bad, Ugly" testing methodology.

- `_Good` tests cover the ideal "happy path" scenarios.
- `_Bad` tests cover expected failure scenarios with well-formed but invalid inputs.
- `_Ugly` tests cover malicious or malformed inputs designed to cause crashes or panics.

This change improves test coverage and ensures that the codebase is more robust and resilient to unexpected inputs.
2025-11-13 21:27:38 +00:00
..
std test: Increase test coverage to over 90% 2025-11-13 20:21:25 +00:00
crypt.go feat: Add Good, Bad, and Ugly tests 2025-11-13 21:27:38 +00:00
crypt_internal_test.go feat: Add Good, Bad, and Ugly tests 2025-11-13 21:27:38 +00:00
crypt_test.go feat: Add Good, Bad, and Ugly tests 2025-11-13 21:27:38 +00:00