MCPcopy Index your code
hub / github.com/python/cpython / BdbNotExpectedError

Class BdbNotExpectedError

Lib/test/test_bdb.py:68–68  ·  view source on GitHub ↗

Unexpected result.

Source from the content-addressed store, hash-verified

66class BdbError(BdbException): """Error raised by the Bdb instance."""
67class BdbSyntaxError(BdbException): """Syntax error in the test case."""
68class BdbNotExpectedError(BdbException): """Unexpected result."""
69
70# When 'dry_run' is set to true, expect tuples are ignored and the actual
71# state of the tracer is printed after running each set_*() method of the test

Callers 2

pop_nextMethod · 0.85
raise_not_expectedMethod · 0.85

Calls

no outgoing calls

Tested by 2

pop_nextMethod · 0.68
raise_not_expectedMethod · 0.68

Used in the wild real call sites across dependent graphs

searching dependent graphs…