[async rest] Document how to see skipped tests #2203
Labels
priority: p3
Desirable enhancement or fix. May not be included in next release.
type: process
A process-related concern. May include testing, release, or the like.
Currently, we skip tests for async REST in the following way:
However, the message does not show up when the test is skipped during a nox session.
Investigate and document how to see the skip messages when a test is run in a nox session and skipped using
pytest.skip
. In some cases we should use mark.skipif: https://docs.pytest.org/en/stable/reference/reference.html#pytest-mark-skipif-ref.The text was updated successfully, but these errors were encountered: