Python Programming - Testing - Discussion

Discussion Forum : Testing - General Questions (Q.No. 39)
39.
What does the Python unittest.mock.call_count attribute represent?
The number of calls to a function or method
The call arguments of a function or method
The return value of a function or method
The side effect of a function or method
Answer: Option
Explanation:
The unittest.mock.call_count attribute represents the number of calls to 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.