mirror of
				https://github.com/python/cpython.git
				synced 2025-11-03 19:34:08 +00:00 
			
		
		
		
	Issue #27531: Merge from 3.5
This commit is contained in:
		
						commit
						c29dd2257e
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -352,7 +352,7 @@ the *new_callable* argument to :func:`patch`.
 | 
			
		|||
            >>> calls = [call(4), call(2), call(3)]
 | 
			
		||||
            >>> mock.assert_has_calls(calls, any_order=True)
 | 
			
		||||
 | 
			
		||||
    .. method:: assert_not_called(*args, **kwargs)
 | 
			
		||||
    .. method:: assert_not_called()
 | 
			
		||||
 | 
			
		||||
        Assert the mock was never called.
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue