如何使用tornado.httpclient.AynscHTTPClient获取需要登录的页面?

时间:2013-08-14 09:39:22

标签: unit-testing tornado

我正在写一个龙卷风的垃圾网页应用。而我编写的unittest使用tornado.httpclient.AynscHttpClient来测试索引页面,但索引页面需要用户才能登录。我重写了get_current_user需要db中的用户,登录页面有一个xsrf_input,所以我无法通过post获取登录页面。

我发现tornaod.httpClient.HTTPRequest有一个参数auth_username和auth_password。但它不起作用。我不喜欢它的意思。但我现在正在绑。

希望你帮忙

1 个答案:

答案 0 :(得分:0)

设置xsrf_cookies = False。 再试一次。