I am using the Lettuce BDD framework for python, and I am wondering how to run one script from another script.
For example, let's say there is a “registration” script that sets some preconditions that will be used by the subsequent script (say, “action script”) - how can I refer and call the “registration” script from the “action”
source
share