Python Programming - Testing - Discussion

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

Post your comments here:

Your comments will be displayed after verification.