Python Programming - Testing - Discussion

Discussion Forum : Testing - General Questions (Q.No. 60)
60.
In Python testing, what is the purpose of the unittest.skipTest method?
Skips the entire test case
Skips the next test method
Marks the test as skipped
Raises an exception to indicate a skipped test
Answer: Option
Explanation:
The skipTest method in Python unittest.TestCase marks the test as skipped.
Discussion:
Be the first person to comment on this question !

Post your comments here:

Your comments will be displayed after verification.