Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion Doc/library/test.rst
Original file line number Diff line number Diff line change
Expand Up @@ -570,7 +570,8 @@ The :mod:`test.support` module defines the following functions:
def load_tests(*args):
return load_package_tests(os.path.dirname(__file__), *args)

.. function:: detect_api_mismatch(ref_api, other_api, *, ignore=()):

.. function:: detect_api_mismatch(ref_api, other_api, *, ignore=())

Returns the set of attributes, functions or methods of *ref_api* not
found on *other_api*, except for a defined list of items to be
Expand Down