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
One example might be a within(time) suffix which adds retry functionality to an assertion. A suffix decorator could be added to indicate which assertions work with which suffixes
e.g. assert bucket.should.contain("foo").within(2, "minutes")