Python tornado.testing 模块,AsyncHTTPTestCase() 实例源码

我们从Python开源项目中,提取了以下1个代码示例,用于说明如何使用tornado.testing.AsyncHTTPTestCase()

项目:mygene.info    作者:biothings    | 项目源码 | 文件源码
def __init__(self, methodName='runTest', **kwargs):
        super(AsyncHTTPTestCase, self).__init__(methodName, **kwargs)
        self.h = TornadoRequestHelper(self)
        self._settings = MyGeneWebSettings(config='config')