From 0183d46275ca9e3c14fe523ac22c5e26e97ea98a Mon Sep 17 00:00:00 2001 From: Bruno Oliveira Date: Thu, 30 Aug 2018 19:44:04 -0300 Subject: [PATCH] Improve CHANGELOG a bit --- changelog/3853.feature.rst | 2 -- changelog/3853.trivial.rst | 2 ++ 2 files changed, 2 insertions(+), 2 deletions(-) delete mode 100644 changelog/3853.feature.rst create mode 100644 changelog/3853.trivial.rst diff --git a/changelog/3853.feature.rst b/changelog/3853.feature.rst deleted file mode 100644 index 5bf739ba4..000000000 --- a/changelog/3853.feature.rst +++ /dev/null @@ -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)). diff --git a/changelog/3853.trivial.rst b/changelog/3853.trivial.rst new file mode 100644 index 000000000..fe8a4afb0 --- /dev/null +++ b/changelog/3853.trivial.rst @@ -0,0 +1,2 @@ +Removed ``"run all (no recorded failures)"`` message printed with ``--failed-first`` and ``--last-failed`` when there are no failed tests. +