テスト ハーネスの実行時に、返された ContextList オブジェクトのキーを取得する方法はありますか?
私が持っている場合:
return render_to_response('x.html',
{
'one' : 1,
'two' : 2,
'three' : 3
},
context_instance=RequestContext(request))
キー 1、2、3 をループする方法はありますか?