]> git.ipfire.org Git - thirdparty/tornado.git/commit
Clarify the role and meaning of self.fetch() in AsyncHTTPTestCase.
authorGreg Ward <greg@gerg.ca>
Sun, 21 Jun 2015 14:20:31 +0000 (10:20 -0400)
committerGreg Ward <greg@gerg.ca>
Sun, 21 Jun 2015 14:20:31 +0000 (10:20 -0400)
commit177e03415a2f73ffb1691c0eaaa2ced94c0ae8b8
treeff21fed52d8d8a109afd2b142be5dbdf488f2b40
parent5039d3d28b5897a8e614d8dbb277f68a8be75318
Clarify the role and meaning of self.fetch() in AsyncHTTPTestCase.

The example code should just show the simple, obvious thing to do:
call self.fetch(). Text afterwards explains how this relates to stop()
and wait().
tornado/testing.py