@test.support.anticipate_failure(condition)
A decorator to conditionally mark tests with unittest.expectedFailure()
. Any use of this decorator should have an associated comment identifying the relevant tracker issue.
@test.support.anticipate_failure(condition)
A decorator to conditionally mark tests with unittest.expectedFailure()
. Any use of this decorator should have an associated comment identifying the relevant tracker issue.
Please login to continue.