provide-testkit
2026-03-20
Guard f-string debug calls with is_debug_enabled check
1 files · 4+ · 2-
Debug logging performance guard
1 file changed
fixtures.pyWrapped logger.debug(f'Created CLIENT_CERT...') and logger.debug(f'Created SERVER_CERT...') calls with if logger.is_debug_enabled() guards
- Added is_debug_enabled() check before f-string debug calls in client_cert and server_cert fixtures to avoid unnecessary string interpolation overhead
streamline
internal
1 file
fixtures.py