today’s Python discovery: pytest can automatically drop into pdb (python debugger) on assertion failure (pytest --pdb)
@anthonypjshaw
Bonus: use
--pdbcls
for other debuggers, eg Ipdb is--pdbcls=IPython.terminal.debugger:Pdb
today’s Python discovery: pytest can automatically drop into pdb (python debugger) on assertion failure (pytest --pdb)
@anthonypjshaw
Bonus: use
--pdbcls
for other debuggers, eg Ipdb is--pdbcls=IPython.terminal.debugger:Pdb