Unexpected result.
| 66 | class BdbError(BdbException): """Error raised by the Bdb instance.""" |
| 67 | class BdbSyntaxError(BdbException): """Syntax error in the test case.""" |
| 68 | class 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 |
no outgoing calls
searching dependent graphs…