I am using Lettuce BDD framework for python, and I am wondering how to run one scenario from within another scenario..
For example, say there is a "registration" scenario that establishes some pre-conditions which will be used by a subsequent scenario (say "action" scenario") - how do I refer and call the "registration" scenario from "action" scenario?