• Home
  • Raw
  • Download

Lines Matching refs:decorator

793 .. decorator:: skip_unless_symlink
795 A decorator for running tests that require support for symbolic links.
798 .. decorator:: skip_unless_xattr
800 A decorator for running tests that require support for xattr.
803 .. decorator:: skip_unless_bind_unix_socket
805 A decorator for running tests that require a functional bind() for Unix
809 .. decorator:: anticipate_failure(condition)
811 A decorator to conditionally mark tests with
812 :func:`unittest.expectedFailure`. Any use of this decorator should
816 .. decorator:: run_with_locale(catstr, *locales)
818 A decorator for running a function in a different locale, correctly
824 .. decorator:: run_with_tz(tz)
826 A decorator for running a function in a specific timezone, correctly
830 .. decorator:: requires_freebsd_version(*min_version)
836 .. decorator:: requires_linux_version(*min_version)
842 .. decorator:: requires_mac_version(*min_version)
848 .. decorator:: requires_IEEE_754
853 .. decorator:: requires_zlib
858 .. decorator:: requires_gzip
863 .. decorator:: requires_bz2
868 .. decorator:: requires_lzma
873 .. decorator:: requires_resource(resource)
878 .. decorator:: requires_docstrings
883 .. decorator:: cpython_only(test)
888 .. decorator:: impl_detail(msg=None, **guards)
894 .. decorator:: no_tracing(func)
899 .. decorator:: refcount_test(test)
901 Decorator for tests which involve reference counting. The decorator does
907 .. decorator:: reap_threads(func)
912 .. decorator:: bigmemtest(size, memuse, dry_run=True)
927 .. decorator:: bigaddrspacetest(f)