Lines Matching refs:Decorator
718 Decorator for the minimum version when running test on FreeBSD. If the
724 Decorator for the minimum version when running test on Linux. If the
730 Decorator for the minimum version when running test on macOS. If the
736 Decorator for skipping tests on the free-threaded build. If the
742 Decorator for skipping tests on non-IEEE 754 platforms.
747 Decorator for skipping tests if :mod:`zlib` doesn't exist.
752 Decorator for skipping tests if :mod:`gzip` doesn't exist.
757 Decorator for skipping tests if :mod:`bz2` doesn't exist.
762 Decorator for skipping tests if :mod:`lzma` doesn't exist.
767 Decorator for skipping tests if *resource* is not available.
772 Decorator for only running the test if :data:`HAVE_DOCSTRINGS`.
777 Decorator for only running the test if :ref:`Limited C API <limited-c-api>`
783 Decorator for tests only applicable to CPython.
788 Decorator for invoking :func:`check_impl_detail` on *guards*. If that
794 Decorator to temporarily turn off tracing for the duration of the test.
799 Decorator for tests which involve reference counting. The decorator does
807 Decorator for bigmem tests.
822 Decorator for tests that fill the address space.
1288 Decorator to ensure the threads are cleaned up even if the test fails.