mirror of
https://github.com/trailofbits/algo.git
synced 2025-09-23 12:15:17 +02:00
## 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> |
||
---|---|---|
.. | ||
test_basic_sanity.py | ||
test_cloud_provider_configs.py | ||
test_config_validation.py | ||
test_docker_localhost_deployment.py | ||
test_generated_configs.py | ||
test_openssl_compatibility.py | ||
test_template_rendering.py | ||
test_user_management.py | ||
test_wireguard_key_generation.py |