forked from orbit-oss/flask
Merge pull request #1297 from nryoung/master
Fix grammar in testing doc.
This commit is contained in:
commit
df256f04c2
1 changed files with 1 additions and 1 deletions
|
|
@ -58,7 +58,7 @@ client and initializes a new database. This function is called before
|
||||||
each individual test function is run. To delete the database after the
|
each individual test function is run. To delete the database after the
|
||||||
test, we close the file and remove it from the filesystem in the
|
test, we close the file and remove it from the filesystem in the
|
||||||
:meth:`~unittest.TestCase.tearDown` method. Additionally during setup the
|
:meth:`~unittest.TestCase.tearDown` method. Additionally during setup the
|
||||||
``TESTING`` config flag is activated. What it does is disabling the error
|
``TESTING`` config flag is activated. What it does is disable the error
|
||||||
catching during request handling so that you get better error reports when
|
catching during request handling so that you get better error reports when
|
||||||
performing test requests against the application.
|
performing test requests against the application.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue