
Importing behave python steps from subdirectories
The problem While using the python behave 1.2.7, you may soon end-up with multiple steps trying to find a way to organise them into subdirectories. However, the above strategy will leave the behave runner complaining that the steps could not be found. “Undefined step. Rest part of scenario is skipped” The Solution A way to […]