stories
stories copied to clipboard
Story class should contain only known step definitions.
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):.