Skip to content

Commit

Permalink
better readability
Browse files Browse the repository at this point in the history
  • Loading branch information
Jean-Sebastien Dieu committed Feb 20, 2020
1 parent f933077 commit 93530ef
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions docs/sources/run.rst
Original file line number Diff line number Diff line change
Expand Up @@ -173,10 +173,11 @@ For instance the following test module:
will yield the following value for the component fields, depending on the chosen command-line option:

+----------------------+------------------------------------+-------------------------------------+
| Command line used | pytest --force-component PROJECT_A | pytest --component-prefix PROJECT_A |
+======================+====================================+=====================================+
| Component value | PROJECT_A | PROJECT_A.component_A |
+----------------------+------------------------------------+-------------------------------------+

+------------------------------------------+-----------------------+
| Command line used | Component value |
+==========================================+=======================+
| pytest --force-component PROJECT_A | PROJECT_A |
+------------------------------------------+-----------------------+
| pytest --component-prefix PROJECT_A | PROJECT_A.component_A |
+------------------------------------------+-----------------------+

0 comments on commit 93530ef

Please sign in to comment.