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.
1 parent ef113cd commit f0a71cfCopy full SHA for f0a71cf
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