CTRL-C could be caught by the TestRunner to display any failures found so far
Similar to #11613, it would be very cool if the Django test runner would intercept CTRL-C. If I had been running the unit tests for ~40 minutes or so, and I forgot to put --verbosity or --failfast, it would be cool if I could type CTRL-C to get the test runner to give me all the failures to date. This might not be straightforward, but it would be a nice to have.
Change History
(8)
Cc: |
Randy Barlow added
|
Owner: |
changed from nobody to Randy Barlow
|
Status: |
new → assigned
|
Triage Stage: |
Unreviewed → Accepted
|
Needs documentation: |
set
|
Patch needs improvement: |
set
|
Has patch: |
set
|
Keywords: |
CTRL-C interrupt signal added
|
Needs documentation: |
unset
|
Owner: |
changed from Randy Barlow to Karen Tracey
|
Patch needs improvement: |
unset
|
Status: |
assigned → new
|
Triage Stage: |
Accepted → Ready for checkin
|
Cc: |
randallpbarlow@… added; Randy Barlow removed
|
Resolution: |
→ fixed
|
Status: |
new → closed
|
I attached a ghetto patch. It's ghetto because I made it by hand. It also depends on the patch from #11613 being applied. Documentation still required, and on its way!