Commit 17565e5b authored by Michael Foord's avatar Michael Foord

Documentation improvement for load_tests protocol in unittest. Issue 6515.

parent d6aabcfe
...@@ -1281,6 +1281,7 @@ Loading and running tests ...@@ -1281,6 +1281,7 @@ Loading and running tests
``load_tests`` does not need to pass this argument in to ``load_tests`` does not need to pass this argument in to
``loader.discover()``. ``loader.discover()``.
.. versionadded:: 2.7
The following attributes of a :class:`TestLoader` can be configured either by The following attributes of a :class:`TestLoader` can be configured either by
subclassing or assignment on an instance: subclassing or assignment on an instance:
...@@ -1545,6 +1546,10 @@ Loading and running tests ...@@ -1545,6 +1546,10 @@ Loading and running tests
load_tests Protocol load_tests Protocol
################### ###################
.. versionadded:: 2.7
Modules or packages can customize how tests are loaded from them during normal Modules or packages can customize how tests are loaded from them during normal
test runs or test discovery by implementing a function called ``load_tests``. test runs or test discovery by implementing a function called ``load_tests``.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment