Syntax error in the test case.
| 65 | class BdbException(Exception): pass |
| 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 |
no outgoing calls
searching dependent graphs…