"""Tests for valid connection strings across all supported databases.""" def test_postgresql_valid(self): """PostgreSQL with psycopg2 driver.""" validate_connection ...