[issue19417] Add tests for bdb (previously not tested)

Xavier de Gaye report at bugs.python.org
Sun Nov 3 18:33:22 CET 2013


Xavier de Gaye added the comment:

A less invasive alternative could be to instrument Bdb with a subclass
that processes send-expect sequences. This is what does
http://code.google.com/p/pdb-clone/source/browse/Lib/test/test_bdb.py

This code could be adapted to run with python bdb.

----------
nosy: +xdegaye

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue19417>
_______________________________________


More information about the Python-bugs-list mailing list