]> git.ipfire.org Git - thirdparty/tornado.git/commit
Add crude tests for the auth module, and fix python3 issues with oauth1
authorBen Darnell <ben@bendarnell.com>
Mon, 12 Sep 2011 05:50:13 +0000 (22:50 -0700)
committerBen Darnell <ben@bendarnell.com>
Mon, 12 Sep 2011 06:15:04 +0000 (23:15 -0700)
commiteb5f2ceb01d58cb469ce9bf61005807ee09ce67b
tree14fa4cd9d484f9ce78d51571438270c394225562
parentef788bce6d1cd52deebe927b6adbf196d064e90a
Add crude tests for the auth module, and fix python3 issues with oauth1
tornado/auth.py
tornado/test/auth_test.py [new file with mode: 0644]
tornado/test/runtests.py