Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0b094ce

Browse files
committed
do not line break reference
1 parent 3137885 commit 0b094ce

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

Doc/library/unittest.rst

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff 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.

0 commit comments

Comments
 (0)