Python Programming - Testing - Discussion

Discussion Forum : Testing - General Questions (Q.No. 31)
31.
What does the Python unittest.mock.call_args attribute represent?
The call arguments of a function or method
The return value of a function or method
The number of calls to a function or method
The side effect of a function or method
Answer: Option
Explanation:
The unittest.mock.call_args attribute represents the call arguments of a function or method in Python unittest.mock.
Discussion:
Be the first person to comment on this question !

Post your comments here:

Your comments will be displayed after verification.