mirror of
				https://github.com/graphql-python/graphene.git
				synced 2025-10-30 23:47:55 +03:00 
			
		
		
		
	
		
			
				
	
	
		
			4 lines
		
	
	
		
			69 B
		
	
	
	
		
			Python
		
	
	
	
	
	
			
		
		
	
	
			4 lines
		
	
	
		
			69 B
		
	
	
	
		
			Python
		
	
	
	
	
	
| 
 | |
| def assert_equal_lists(l1, l2):
 | |
|     assert sorted(l1) == sorted(l2)
 |