Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ee8e17f + f0a71cf commit 0033593Copy full SHA for 0033593
1 file changed
Doc/library/unittest.rst
@@ -2053,7 +2053,7 @@ Loading and running tests
2053
The *failfast*, *catchbreak* and *buffer* parameters have the same
2054
effect as the same-name `command-line options`_.
2055
2056
- The *warning* argument specifies the :ref:`warning filter <warning-filter>`
+ The *warnings* argument specifies the :ref:`warning filter <warning-filter>`
2057
that should be used while running the tests. If it's not specified, it will
2058
remain ``None`` if a :option:`-W` option is passed to :program:`python`,
2059
otherwise it will be set to ``'default'``.
0 commit comments