Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 434 Bytes

File metadata and controls

19 lines (15 loc) · 434 Bytes

Testing utilities (xpx.testing)

These testing utilities are intended to help transition from using {py:mod}numpy.testing.

.. currentmodule:: array_api_extra.testing
.. autosummary::
    :nosignatures:
    :template: testing-function.rst
    :toctree: generated

    assert_close
    assert_close_nulp
    assert_equal
    assert_less

See also utilities specific to testing lazy backends in {doc}api-lazy.