summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Jerdonek <chris.jerdonek@gmail.com>2013-02-23 23:44:46 (GMT)
committerChris Jerdonek <chris.jerdonek@gmail.com>2013-02-23 23:44:46 (GMT)
commitccbc26a24c423f29159c04bee68439ba82f516db (patch)
tree6374ace1b2dc0ccdffc1623bb4ae1116afed8604
parent0562379a7c029defe6b4599fb6538a19f3953bf4 (diff)
downloadcpython-ccbc26a24c423f29159c04bee68439ba82f516db.zip
cpython-ccbc26a24c423f29159c04bee68439ba82f516db.tar.gz
cpython-ccbc26a24c423f29159c04bee68439ba82f516db.tar.bz2
Add a "Changed in version" to the docs for issue #15132.
-rw-r--r--Doc/library/unittest.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/Doc/library/unittest.rst b/Doc/library/unittest.rst
index 7d18788..f79b0ea 100644
--- a/Doc/library/unittest.rst
+++ b/Doc/library/unittest.rst
@@ -1830,6 +1830,10 @@ Loading and running tests
The *verbosity*, *failfast*, *catchbreak*, *buffer*
and *warnings* parameters were added.
+ .. versionchanged:: 3.4
+ The *defaultTest* parameter was changed to also accept an iterable of
+ test names.
+
load_tests Protocol
###################