I\'m working in a project that recently switched to the py.test unittest framework. I was used to call my tests from Eclipse, so that I can use the debugger (e.g. placing br
You can just run py.test --pdb if you just want to a debugger and don't need the IDE
py.test --pdb