Enchantrix/pkg
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
..
crypt feat: Add Good, Bad, and Ugly tests 2025-11-13 21:27:38 +00:00
enchantrix feat: Add Good, Bad, and Ugly tests 2025-11-13 21:27:38 +00:00
trix Merge branch 'main' into test-sigil-coverage 2025-11-03 01:05:16 +00:00