stories icon indicating copy to clipboard operation
stories copied to clipboard

Implement when conditional.

Open proofit404 opened this issue 7 years ago • 0 comments

from stories import I, Story, when


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

proofit404 avatar Nov 03 '18 10:11 proofit404