def test_should_multiple_choice_convert_connectionorlist():
field = forms.ModelMultipleChoiceField(Reporter.objects.all())
graphene_type = convert_form_field(field)
assert isinstance(graphene_type, List)
assert graphene_type.of_type == ID
test_form_converter.py 文件源码
python
阅读 34
收藏 0
点赞 0
评论 0
评论列表
文章目录