def test_home_page_returns_200_and_content_and_logs(self):
response = self.fetch('/')
assert response.code == 200
assert response.body is not None
assert os.stat(
tornado.options.options.access_log_file_path).st_size > 0
评论列表
文章目录