Python Programming - Testing - Discussion

Discussion Forum : Testing - General Questions (Q.No. 41)
41.
What is the purpose of the unittest.TestCase.skipTest method?
Skips the entire test case
Skips the next test method
Skips the next test case
Marks the current test as skipped
Answer: Option
Explanation:
The unittest.TestCase.skipTest method is used to mark the current test as skipped in Python unittest.
Discussion:
Be the first person to comment on this question !

Post your comments here:

Your comments will be displayed after verification.