We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b946d4 commit b3b50c0Copy full SHA for b3b50c0
1 file changed
Doc/library/test.rst
@@ -794,6 +794,12 @@ The :mod:`test.support` module defines the following functions:
794
Decorator for only running the test if :data:`HAVE_DOCSTRINGS`.
795
796
797
+.. decorator:: requires_limited_api
798
+
799
+ Decorator for only running the test if :ref:`Limited C API <stable>`
800
+ is available.
801
802
803
.. decorator:: cpython_only
804
805
Decorator for tests only applicable to CPython.
0 commit comments