File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1755,13 +1755,13 @@ Loading and running tests
17551755
17561756 By default this runner shows :exc: `DeprecationWarning `,
17571757 :exc: `PendingDeprecationWarning `, :exc: `ResourceWarning ` and
1758- :exc: `ImportWarning ` even if they are :ref: `ignored by default <warning-
1759- ignored>`. Deprecation warnings caused by :ref: `deprecated unittest methods
1760- <deprecated-aliases>` are also special-cased and, when the warning filters
1761- are ``'default' `` or ``'always' ``, they will appear only once per-module, in
1762- order to avoid too many warning messages. This behavior can be overridden
1763- using the :option: `-Wd ` or :option: `-Wa ` options and leaving * warnings * to
1764- ``None ``.
1758+ :exc: `ImportWarning ` even if they are :ref: `ignored by default
1759+ <warning- ignored>`. Deprecation warnings caused by :ref: `deprecated unittest
1760+ methods <deprecated-aliases>` are also special-cased and, when the warning
1761+ filters are ``'default' `` or ``'always' ``, they will appear only once
1762+ per-module, in order to avoid too many warning messages. This behavior can
1763+ be overridden using the :option: `-Wd ` or :option: `-Wa ` options and leaving
1764+ * warnings * to ``None ``.
17651765
17661766 .. versionchanged :: 3.2
17671767 Added the ``warnings `` argument.
You can’t perform that action at this time.
0 commit comments