For Issue #2286: Replaces references to unittest in the documentation with pytest

This commit is contained in:
Neil Grey 2017-05-22 17:36:55 -07:00
parent 0c94908956
commit 65fc888172
3 changed files with 111 additions and 93 deletions

View file

@ -222,7 +222,7 @@ class Flask(_PackageBoundObject):
#: The testing flag. Set this to ``True`` to enable the test mode of
#: Flask extensions (and in the future probably also Flask itself).
#: For example this might activate unittest helpers that have an
#: For example this might activate test helpers that have an
#: additional runtime cost which should not be enabled by default.
#:
#: If this is enabled and PROPAGATE_EXCEPTIONS is not changed from the