From e43d1174f7cf1b495c6ff07c807de0da9e89ba2f Mon Sep 17 00:00:00 2001 From: mbyt Date: Wed, 31 Aug 2016 22:46:40 +0200 Subject: [PATCH] spelling --- doc/en/unittest.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/en/unittest.rst b/doc/en/unittest.rst index e4c09ee24..d400adcaa 100644 --- a/doc/en/unittest.rst +++ b/doc/en/unittest.rst @@ -36,7 +36,7 @@ the general ``pytest`` documentation for many more examples. .. note:: 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 which have significant logic in their tearDown machinery.