Python Programming - Testing - Discussion

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

Post your comments here:

Your comments will be displayed after verification.