Sometimes I leave pdb breakpoints during test iteration and forget them, resulting in lots of ...... printed with no satisfaction until I grep and realize which test I left it in.
I think it'd be fine for a test to auto-fail if it hits pdb.set_trace(), for example.