Coverage for /pythoncovmergedfiles/medio/medio/usr/local/lib/python3.8/site-packages/scipy/_lib/__init__.py: 100%
3 statements
« prev ^ index » next coverage.py v7.3.2, created at 2023-12-12 06:31 +0000
« prev ^ index » next coverage.py v7.3.2, created at 2023-12-12 06:31 +0000
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