]> git.ipfire.org Git - thirdparty/tornado.git/commit
Add a test framework for IOLoop-based async code
authorBen Darnell <bdarnell@beaker.local>
Fri, 30 Jul 2010 01:53:18 +0000 (18:53 -0700)
committerBen Darnell <bdarnell@beaker.local>
Fri, 30 Jul 2010 01:53:18 +0000 (18:53 -0700)
commit15e5bf08ed8ba620d3118816722e3ecad175b916
treef05838c4b8d09ff216c8ee1e42a15c580936ea08
parent28adce306aa583e92a5245bee7f449345e4e5cc9
Add a test framework for IOLoop-based async code
tornado/httputil.py
tornado/test/__init__.py [new file with mode: 0644]
tornado/test/runtests.py [new file with mode: 0755]
tornado/test/stack_context_test.py
tornado/testing.py [new file with mode: 0644]