Merge pull request #2307 from neilvictorgrey/master

For Issue #2286: Update unittest references
This commit is contained in:
David Lord 2017-05-23 11:50:31 -07:00 committed by GitHub
commit cd593bf117
4 changed files with 117 additions and 101 deletions

View file

@ -220,7 +220,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