Step implementation error.
| 4 | |
| 5 | |
| 6 | class StepImplementationError(Exception): |
| 7 | """Step implementation error.""" |
| 8 | |
| 9 | |
| 10 | class ScenarioIsDecoratorOnly(Exception): |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…