Python Programming - Testing - Discussion

Discussion Forum : Testing - General Questions (Q.No. 6)
6.
What does the Python unittest.skip decorator do?
Skips the entire test case
Skips the next test method
Skips the next test case
Skips the entire test suite
Answer: Option
Explanation:
The unittest.skip decorator is used to skip the entire test case in Python unittest.
Discussion:
Be the first person to comment on this question !

Post your comments here:

Your comments will be displayed after verification.