/pytest-testplan

Pytest plugin to generate a testplan and exit without executing the tests.

Primary LanguagePythonMIT LicenseMIT

Installation

$ git clone https://github.com/darlenew/pytest-testplan.git
$ pip install .

Help

  --testplan=TESTPLAN   generate csv containing metadata and exit without
                        running tests.

Usage

$ pytest --testplan=testplan.csv