Fix internal error when using --maxfail option

Fix #65
Fix #62
This commit is contained in:
Bruno Oliveira
2016-06-06 20:46:25 -03:00
parent c27ac36fca
commit b4a7a1a8a8
3 changed files with 28 additions and 1 deletions

View File

@@ -7,6 +7,9 @@
- display progress during collection only when in a terminal, similar to pytest #1397 issue.
Thanks Bruno Oliveira for the PR.
- fix internal error message when ``--maxfail`` is used (#62, #65).
Thanks Collin RM Stocks and Bryan A. Jones for reports and Bruno Oliveira for the PR.
1.14
----