Coverage for /usr/lib/python3/dist-packages/scipy/_lib/__init__.py: 100%
3 statements
« prev ^ index » next coverage.py v7.9.1, created at 2025-06-14 15:55 +0200
« prev ^ index » next coverage.py v7.9.1, created at 2025-06-14 15:55 +0200
1"""
2Module containing private utility functions
3===========================================
5The ``scipy._lib`` namespace is empty (for now). Tests for all
6utilities in submodules of ``_lib`` can be run with::
8 from scipy import _lib
9 _lib.test()
11"""
12from scipy._lib._testutils import PytestTester
13test = PytestTester(__name__)
14del PytestTester