You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm asking for the equivalent of the Python SkipTest exception.
Sometime it is difficult to calculate whether the test can be completed successfully outside of the test itself. This provides a mechanism to bail out of the test at any point.
I'm asking for the equivalent of the Python
SkipTestexception.Sometime it is difficult to calculate whether the test can be completed successfully outside of the test itself. This provides a mechanism to bail out of the test at any point.