Python Programming - Testing - Discussion

Discussion Forum : Testing - General Questions (Q.No. 20)
20.
What does the Python unittest.skipTest function do?
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.skipTest function 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.