mirror of
				https://github.com/graphql-python/graphene-django.git
				synced 2025-11-04 18:08:01 +03:00 
			
		
		
		
	Add test for IPAddressField
This commit is contained in:
		
							parent
							
								
									47c5dfcab7
								
							
						
					
					
						commit
						b500ffb8b0
					
				| 
						 | 
				
			
			@ -132,3 +132,7 @@ def test_should_file_convert_string():
 | 
			
		|||
 | 
			
		||||
def test_should_filepath_convert_string():
 | 
			
		||||
    assert_conversion(serializers.FilePathField, graphene.String)
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
def test_should_ip_convert_string():
 | 
			
		||||
    assert_conversion(serializers.IPAddressField, graphene.String)
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue
	
	Block a user