Hi all,

I have unit tests for a particular app that take about 2 minutes to
complete. Needless to say, adding new unit tests to this app and
running them is a time consuming process. I know that the old unit
tests will succeed and am basically only interested in the results for
the new unit test.

As far as I can tell, unit tests get run in reversed order (newer
first). Which is great, because this allows me to instantly see if the
new unit test fails (F) or throws an error (E). However, when that
first F or E appears I want to be able to abort all further testing
and show the stack traces for the tests that have failed.

I've tried hitting ctrl+d for exit, nothing happens. Hitting ctrl+c
aborts the test runner immediately, without showing the stack traces
for the unit tests.

Is there a way to achieve what I want?

Thanks,
Simon


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to