$ git clone https://github.com/darlenew/pytest-testplan.git
$ pip install .
--testplan=TESTPLAN generate csv containing metadata and exit without
running tests.
$ pytest --testplan=testplan.csv
Pytest plugin to generate a testplan and exit without executing the tests.
PythonMIT