Skip to content

Commit

Permalink
Better document PYTEST_DONT_REWRITE docstring.
Browse files Browse the repository at this point in the history
Signed-off-by: Michel Hidalgo <michel@ekumenlabs.com>
  • Loading branch information
hidmic committed Aug 22, 2019
1 parent 0705777 commit c7e6f80
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 5 deletions.
4 changes: 3 additions & 1 deletion launch_testing/launch_testing/asserts/assert_exit_codes.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@
"""
A module providing exit code assertions.
PYTEST_DONT_REWRITE
To prevent pytest from rewriting this module assertions, please PYTEST_DONT_REWRITE.
See https://docs.pytest.org/en/latest/assert.html#disabling-assert-rewriting for
further reference.
"""


Expand Down
4 changes: 3 additions & 1 deletion launch_testing/launch_testing/asserts/assert_output.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@
"""
A module providing process output assertions.
PYTEST_DONT_REWRITE
To prevent pytest from rewriting this module assertions, please PYTEST_DONT_REWRITE.
See https://docs.pytest.org/en/latest/assert.html#disabling-assert-rewriting for
further reference.
"""


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@
"""
A module providing process output sequence assertions.
PYTEST_DONT_REWRITE
To prevent pytest from rewriting this module assertions, please PYTEST_DONT_REWRITE.
See https://docs.pytest.org/en/latest/assert.html#disabling-assert-rewriting for
further reference.
"""


Expand Down
4 changes: 3 additions & 1 deletion launch_testing/launch_testing/io_handler.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@
"""
A module providing process IO capturing classes.
PYTEST_DONT_REWRITE
To prevent pytest from rewriting this module assertions, please PYTEST_DONT_REWRITE.
See https://docs.pytest.org/en/latest/assert.html#disabling-assert-rewriting for
further reference.
"""


Expand Down
4 changes: 3 additions & 1 deletion launch_testing/launch_testing/proc_info_handler.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@
"""
A module providing process info capturing classes.
PYTEST_DONT_REWRITE
To prevent pytest from rewriting this module assertions, please PYTEST_DONT_REWRITE.
See https://docs.pytest.org/en/latest/assert.html#disabling-assert-rewriting for
further reference.
"""


Expand Down

0 comments on commit c7e6f80

Please sign in to comment.