def test_type(self): assert isinstance( sa.func.array_agg(sa.text('u.name')).type, postgresql.ARRAY )