stories icon indicating copy to clipboard operation
stories copied to clipboard

Implement unless conditional.

Open proofit404 opened this issue 5 years ago • 0 comments

from stories import I, Story, unless


class Action(Story):
    I.one
    unless("foo") > I.two
    I.three

proofit404 avatar Jan 22 '21 12:01 proofit404