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

Function fail

lib/sqlalchemy/testing/util.py:190–191  ·  view source on GitHub ↗
(msg)

Source from the content-addressed store, hash-verified

188
189
190def fail(msg):
191 assert False, msg
192
193
194@decorator

Callers 4

failMethod · 0.85
_expect_failureMethod · 0.85
_expect_successMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected