Improve CHANGELOG a bit

This commit is contained in:
Bruno Oliveira 2018-08-30 19:44:04 -03:00 committed by GitHub
parent ade01b1f5b
commit 0183d46275
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -1,2 +0,0 @@
Removed the Needless message printed with --failed-first,--last-failed and no failed tests.
Also added the test in test_cacheprovider.py file and removed 1 option from test which was explictily checking the needless message (run-last-failure: run all (no recorded failures)).

View File

@ -0,0 +1,2 @@
Removed ``"run all (no recorded failures)"`` message printed with ``--failed-first`` and ``--last-failed`` when there are no failed tests.