MCPcopy Create free account
hub / github.com/sqlalchemy/sqlalchemy / test_a_in_b

Route test_a_in_b

test/sql/test_defaults.py:None–None  ·  view source on GitHub ↗
testing.combinations(
        ("update", "select", testing.requires.ctes_on_dml),
        ("delete", "select", testing.requires.ctes_on_dml),
        ("insert", "select", testing.requires.ctes_on_dml)

Source from the content-addressed store, hash-verified

1import datetime
2import itertools
3
4import sqlalchemy as sa

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected