Relative Content

Tag Archive for pythonbddpython-behave

Python behave: get list of selected features in before_all

For a pre-processing (cross-cutting) task, I would like to obtain a list of all selected “Features” already in the before_all hook. However, I only get very basic data via the Context there, like “Context.config”. Where, as far as I can see, only an in-memory representation of the run configuration (command line parameters) is accessible.