algo/tests/unit
Dan Guido e63a3d6357 Fix linting issues across the codebase
## Python Code Quality (ruff)
- Fixed import organization and removed unused imports in test files
- Replaced `== True` comparisons with direct boolean checks
- Added noqa comments for intentional imports in test modules

## YAML Formatting (yamllint)
- Removed trailing spaces in openssl.yml comments
- All YAML files now pass yamllint validation (except one pre-existing long regex line)

## Code Consistency
- Maintained proper import ordering in test files
- Ensured all code follows project linting standards
- Ready for CI pipeline validation

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-08-04 22:13:48 -07:00
..
test_basic_sanity.py feat: Add comprehensive performance optimizations to reduce deployment time by 30-60% 2025-08-03 16:42:17 -07:00
test_cloud_provider_configs.py feat: Add comprehensive performance optimizations to reduce deployment time by 30-60% 2025-08-03 16:42:17 -07:00
test_config_validation.py Optimize GitHub Actions workflows for security and performance (#14769) 2025-08-02 23:31:54 -04:00
test_docker_localhost_deployment.py feat: Add comprehensive performance optimizations to reduce deployment time by 30-60% 2025-08-03 16:42:17 -07:00
test_generated_configs.py feat: Add comprehensive performance optimizations to reduce deployment time by 30-60% 2025-08-03 16:42:17 -07:00
test_openssl_compatibility.py Fix linting issues across the codebase 2025-08-04 22:13:48 -07:00
test_template_rendering.py feat: Add comprehensive performance optimizations to reduce deployment time by 30-60% 2025-08-03 16:42:17 -07:00
test_user_management.py Optimize GitHub Actions workflows for security and performance (#14769) 2025-08-02 23:31:54 -04:00
test_wireguard_key_generation.py Fix linting issues across the codebase 2025-08-04 22:13:48 -07:00