Add test discovery to unittest. Issue 6001.
diff --git a/Misc/NEWS b/Misc/NEWS
index 7e53d24..73ddbe7 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -503,6 +503,9 @@
 
 - unittest.assertNotEqual() now uses the inequality operator (!=) instead
   of the equality operator.
+  
+- Issue #6001: Test discovery for unittest. Implemented in 
+  unittest.TestLoader.discover and from the command line.
 
 - Issue #5679: The methods unittest.TestCase.addCleanup and doCleanups were added.
   addCleanup allows you to add cleanup functions that will be called