diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2023-10-29 19:34:22 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-29 19:34:22 (GMT) |
commit | 4d6bdf8aabcc92303041420a96750fbc52c9f213 (patch) | |
tree | b672eefa2a196ec5f94c0e9d380c40f6d9092763 /Doc | |
parent | 46389c32750f79ab3f398a0132cd002e8a64f809 (diff) | |
download | cpython-4d6bdf8aabcc92303041420a96750fbc52c9f213.zip cpython-4d6bdf8aabcc92303041420a96750fbc52c9f213.tar.gz cpython-4d6bdf8aabcc92303041420a96750fbc52c9f213.tar.bz2 |
gh-111165: Remove documentation for moved functions (GH-111467)
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/library/test.rst | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/Doc/library/test.rst b/Doc/library/test.rst index 6e96288..7a8d386 100644 --- a/Doc/library/test.rst +++ b/Doc/library/test.rst @@ -498,16 +498,6 @@ The :mod:`test.support` module defines the following functions: rather than looking directly in the path directories. -.. function:: match_test(test) - - Determine whether *test* matches the patterns set in :func:`set_match_tests`. - - -.. function:: set_match_tests(accept_patterns=None, ignore_patterns=None) - - Define match patterns on test filenames and test method names for filtering tests. - - .. function:: get_pagesize() Get size of a page in bytes. |