testing.fails_on(
"postgresql+pg8000",
"pg8000 parses the SQL itself before passing on "
"to PG, doesn't parse this",
)
| 1 | from unittest.mock import call |
| 2 | from unittest.mock import Mock |
| 3 | |
| 4 | import sqlalchemy as sa |
nothing calls this directly
no outgoing calls
no test coverage detected