但是,这给了我一个错误:AttributeError: 'RequestContext' object has no attribute 'login'。site-packages\flask\globals.py", line 39, in _lookup_req_objectAttributeError: 'RequestContext
我试图模拟Django的RequestContext类,以返回用于测试的关键数据:从django.template导入RequestContext response = HttpResponse()
print(RequestContext(request)) --->>> Prints out a magic mock