gotcha / ipdb

Integration of IPython pdb
BSD 3-Clause "New" or "Revised" License
1.85k stars 146 forks source link

What makes django tests stop when ipdb is found? #186

Closed alexandrebarbaruiva closed 4 years ago

alexandrebarbaruiva commented 4 years ago

Hello, I'm currently working with green (a test runner) and I'd like to know more about how django stops whenever there's an ipdb breakpoint. Currently green doesn't support pdb breakpoints (just ignores it completely), and I'm trying to understand how I can make it stop on breakpoints.

Any help is greatly appreciated!

gotcha commented 4 years ago

I think you have more chances to get your question answered by asking it to the Django community.