summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Doc/library/test.rst10
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.