From ade01b1f5b197bff47248bacc5325b0c05cf2ab2 Mon Sep 17 00:00:00 2001 From: dhirensr Date: Thu, 30 Aug 2018 16:03:18 +0530 Subject: [PATCH] T3853:Added changelog file --- changelog/3853.feature.rst | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 changelog/3853.feature.rst diff --git a/changelog/3853.feature.rst b/changelog/3853.feature.rst new file mode 100644 index 000000000..5bf739ba4 --- /dev/null +++ b/changelog/3853.feature.rst @@ -0,0 +1,2 @@ +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)).