1
0
Fork 0
mirror of https://github.com/imjasonh/krust synced 2026-07-08 14:55:35 +00:00
krust/tests
Jason Hall 332f47b73b
fix: Fix test environment variable pollution and formatting
- Clear REGISTRY_AUTH_FILE in all credential helper tests to avoid conflicts
- Apply rustfmt formatting
- Tests pass reliably when run sequentially (cargo test -- --test-threads=1)
- Note: Tests may fail when run in parallel due to env var mutations

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-06-08 10:53:29 -04:00
..
auth_integration_test.rs feat: Implement registry authentication support 2025-06-08 09:19:04 -04:00
credential_helper_integration_test.rs fix: Fix test environment variable pollution and formatting 2025-06-08 10:53:29 -04:00
integration_test.rs fix: Handle cross-compilation failures in platform detection test 2025-06-08 00:17:10 -04:00