Skip to content

Commit

Permalink
UPDATE: docs
Browse files Browse the repository at this point in the history
* Update/Correct --runner option description.
  • Loading branch information
jenisys committed Nov 23, 2022
1 parent 28b6e03 commit 203faf1
Showing 1 changed file with 2 additions and 13 deletions.
15 changes: 2 additions & 13 deletions docs/behave.rst
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,6 @@ You may see the same information presented below at any time using ``behave

Directory in which to store JUnit reports.

.. option:: --runner-class

Tells Behave to use a specific runner. (default: %(default)s)

.. option:: -f, --format

Specify a formatter. If none is specified the default formatter is
Expand Down Expand Up @@ -182,7 +178,7 @@ You may see the same information presented below at any time using ``behave

.. option:: -r, --runner

Use own runner class, like: behave.runner:Runner
Use own runner class, like: "behave.runner:Runner"

.. option:: -s, --no-source

Expand Down Expand Up @@ -396,13 +392,6 @@ Configuration Parameters

Directory in which to store JUnit reports.

.. index::
single: configuration param; runner_class

.. describe:: runner_class : text

Tells Behave to use a specific runner. (default: %(default)s)

.. index::
single: configuration param; default_format

Expand Down Expand Up @@ -575,7 +564,7 @@ Configuration Parameters

.. describe:: runner : text

Use own runner class, like: behave.runner:Runner
Use own runner class, like: "behave.runner:Runner"

.. index::
single: configuration param; show_source
Expand Down

0 comments on commit 203faf1

Please sign in to comment.