Merge pull request #4532 from nicoddemus/failure-summary

Change -ra to show errors and failures last, instead of first
This commit is contained in:
Bruno Oliveira
2018-12-13 10:30:28 -02:00
committed by GitHub
3 changed files with 16 additions and 2 deletions
+3
View File
@@ -0,0 +1,3 @@
``-ra`` now will show errors and failures last, instead of as the first items in the summary.
This makes it easier to obtain a list of errors and failures to run tests selectively.