MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / _test

Method _test

test/orm/test_relationships.py:1351–1352  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1349
1350 @testing.emits_warning("relationship .* will copy column ")
1351 def _test(self):
1352 self._test_no_warning(overwrites=True)
1353
1354 def _test_no_warning(self, overwrites=False):
1355 configure_mappers()

Callers 5

test_explicitMethod · 0.95
test_implicitMethod · 0.95
test_very_implicitMethod · 0.95
test_very_explicitMethod · 0.95
test_annotatedMethod · 0.95

Calls 1

_test_no_warningMethod · 0.95

Tested by

no test coverage detected