This commit is contained in:
mbyt 2016-08-31 22:46:40 +02:00
parent 696a9112be
commit e43d1174f7
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ the general ``pytest`` documentation for many more examples.
.. note:: .. note::
Running tests from ``unittest.TestCase`` subclasses with ``--pdb`` will Running tests from ``unittest.TestCase`` subclasses with ``--pdb`` will
disable tearDown and cleanup methods for the case that an Exception is disable tearDown and cleanup methods for the case that an Exception
occurs. This allows proper post mortem debugging for all applications occurs. This allows proper post mortem debugging for all applications
which have significant logic in their tearDown machinery. which have significant logic in their tearDown machinery.