addSkip(test, reason)
Called when the test case test is skipped. reason is the reason the test gave for skipping.
The default implementation appends a tuple (test, reason)
to the instance’s skipped
attribute.
addSkip(test, reason)
Called when the test case test is skipped. reason is the reason the test gave for skipping.
The default implementation appends a tuple (test, reason)
to the instance’s skipped
attribute.
Please login to continue.