stories icon indicating copy to clipboard operation
stories copied to clipboard

Story class should contain only known step definitions.

Open proofit404 opened this issue 4 years ago • 0 comments

class A1(Story):
    I.a1s1
    I.a1s2

    x = None # error

The rule applies even if unknown attribute is a proper step definition def a1s99(self, state):.

proofit404 avatar Mar 27 '21 01:03 proofit404