On Sep 29, 5:03 pm, Rob Madole <robmad...@gmail.com> wrote: > I've been using nose for our tests, and one of the features that I > really like is the ability to run the tests again but filter only the > ones that caused a problem. > > I'm thinking it would look something like this > > ./manage.py test --failed > > Does this sound worthwhile to anybody?
I don't understand how this works - does it persist some indication of which tests failed somewhere? If so, where? If we're talking about features from nose, the two I'd really like in Django's test runner are --pdb and --pdb-failures: --pdb = when an error occurs, drop straight in to the interactive debugger --pdb-failures = when a test assertion fails, drop in to the debugger Cheers, Simon --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send email to django-developers@googlegroups.com To unsubscribe from this group, send email to django-developers+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/django-developers?hl=en -~----------~----~----~----~------~----~------~--~---