forked from orbit-oss/flask
For Issue #2286: Replaces references to unittest in the documentation with pytest
This commit is contained in:
parent
0c94908956
commit
65fc888172
3 changed files with 111 additions and 93 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue