Browse Source

Merge pull request #1491 from nvie/patch-1

Remove the word `trivially` here
pull/1493/head
Markus Unterwaditzer 10 years ago
parent
commit
3e07b9c287
  1. 2
      docs/testing.rst

2
docs/testing.rst

@ -274,7 +274,7 @@ this code to get the current user::
return user
For a test it would be nice to override this user from the outside without
having to change some code. This can trivially be accomplished with
having to change some code. This can be accomplished with
hooking the :data:`flask.appcontext_pushed` signal::
from contextlib import contextmanager

Loading…
Cancel
Save