MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / test_get_schema_objects_empty

Method test_get_schema_objects_empty

test/sql/test_metadata.py:833–834  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

831 eq_(sorted(m2.schemas), ["w", "x", "y"])
832
833 def test_get_schema_objects_empty(self):
834 eq_(MetaData().get_schema_objects(Enum), ())
835
836 def test_get_schema_objects(self):
837 class MyEnum(Enum):

Callers

nothing calls this directly

Calls 3

eq_Function · 0.90
MetaDataClass · 0.90
get_schema_objectsMethod · 0.80

Tested by

no test coverage detected