Note that guard_warnings_filter was added in 2.6
This commit is contained in:
parent
6d9520c4f0
commit
7366fcecdf
|
@ -266,6 +266,8 @@ This does not equal a failure since it could be the path to the file.
|
||||||
\begin{funcdesc}{guard_warnings_filter}{}
|
\begin{funcdesc}{guard_warnings_filter}{}
|
||||||
Returns a context manager that guards the \module{warnings} module's
|
Returns a context manager that guards the \module{warnings} module's
|
||||||
filter settings.
|
filter settings.
|
||||||
|
\versionadded{2.6}
|
||||||
|
\end{funcdesc}
|
||||||
|
|
||||||
\begin{funcdesc}{run_unittest}{*classes}
|
\begin{funcdesc}{run_unittest}{*classes}
|
||||||
Execute \class{unittest.TestCase} subclasses passed to the function.
|
Execute \class{unittest.TestCase} subclasses passed to the function.
|
||||||
|
|
Loading…
Reference in New Issue