Coverage for install/scipp/testing/__init__.py: 100%

3 statements  

« prev     ^ index     » next       coverage.py v7.4.0, created at 2024-04-28 01:28 +0000

1# SPDX-License-Identifier: BSD-3-Clause 

2# Copyright (c) 2023 Scipp contributors (https://github.com/scipp) 

3# @author Jan-Lukas Wynen 

4"""Test support. 

5 

6See also the `testing <../../reference/testing.rst>`_ reference. 

7""" 

8 

9from .assertions import assert_allclose, assert_identical 

10 

11__all__ = ['assert_identical', 'assert_allclose']