Skip to content

Commit

Permalink
Document requires_limited_api
Browse files Browse the repository at this point in the history
  • Loading branch information
encukou committed Aug 16, 2022
1 parent 4b946d4 commit b3b50c0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Doc/library/test.rst
Original file line number Diff line number Diff line change
Expand Up @@ -794,6 +794,12 @@ The :mod:`test.support` module defines the following functions:
Decorator for only running the test if :data:`HAVE_DOCSTRINGS`.


.. decorator:: requires_limited_api

Decorator for only running the test if :ref:`Limited C API <stable>`
is available.


.. decorator:: cpython_only

Decorator for tests only applicable to CPython.
Expand Down

0 comments on commit b3b50c0

Please sign in to comment.