def test_should_regex_convert_string(): assert_conversion(forms.RegexField, graphene.String, '[0-9]+')