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
story=StoryFactory(failures=('invalid_code', 'invalid_id'))
classAcceptCode:
@storydefaccept(I):
I.check_codedefcheck_code(self, ctx):
returnFailure('some reason') # This should fail.
proofit404
changed the title
Add optional reason for Failure class and failed_on method.
Struct method name and reason check for Failure class.
Jun 16, 2018
proofit404
changed the title
Struct method name and reason check for Failure class.
Strict method name and reason check for Failure class.
Jun 16, 2018
proofit404
changed the title
Strict method name and reason check for Failure class.
Strict reason check for Failure class.
Dec 7, 2018
Failure
result classThe text was updated successfully, but these errors were encountered: