Apply suggestions from code review
Co-Authored-By: tkf <takafumi.a@gmail.com>
This commit is contained in:
parent
62f96eea6b
commit
57be1d60dd
|
@ -1 +1 @@
|
|||
Doctest can be now skipped dynamically with `pytest.skip`.
|
||||
Doctests can be skipped now dynamically using ``pytest.skip()``.
|
||||
|
|
|
@ -81,7 +81,7 @@ def skip(msg="", **kwargs):
|
|||
|
||||
This function should be called only during testing (setup, call or teardown) or
|
||||
during collection by using the ``allow_module_level`` flag. This function can
|
||||
be called in doctest as well.
|
||||
be called in doctests as well.
|
||||
|
||||
:kwarg bool allow_module_level: allows this function to be called at
|
||||
module level, skipping the rest of the module. Default to False.
|
||||
|
|
Loading…
Reference in New Issue