MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / test_standard

Method test_standard

test/ext/test_extendedattr.py:570–576  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

568
569class FinderTest(_ExtBase, fixtures.ORMTest):
570 def test_standard(self):
571 class A:
572 pass
573
574 register_class(A)
575
576 eq_(type(manager_of_class(A)), instrumentation.ClassManager)
577
578 def test_nativeext_interfaceexact(self):
579 class A:

Callers

nothing calls this directly

Calls 3

register_classFunction · 0.90
eq_Function · 0.90
manager_of_classFunction · 0.85

Tested by

no test coverage detected