Test postgres dialect capability.
(db)
| 71 | @requireCapability(dialect="postgres") |
| 72 | @pytest.mark.asyncio |
| 73 | async def test_dialect_postgres(db): |
| 74 | """Test postgres dialect capability.""" |
| 75 | caps = connections.get("models").capabilities |
| 76 | assert caps.dialect == "postgres" |
nothing calls this directly
no test coverage detected
searching dependent graphs…