MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / fail

Method fail

test/orm/test_transaction.py:671–672  ·  test/orm/test_transaction.py::SessionTransactionTest.fail
(*arg, **kw)

Source from the content-addressed store, hash-verified

669 sess = fixture_session()
670
671 def fail(*arg, **kw):
672 raise BaseException(class="st">"some base exception")
673
674 with (
675 mock.patch.object(

Callers 15

test_dupe_col_nameMethod · 0.45
ResultClass · 0.45
nameMethod · 0.45
test_dml_ctesMethod · 0.45
test_aliased_updateMethod · 0.45
test_aliased_deleteMethod · 0.45
test_add_cteMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected