Coverage for /pythoncovmergedfiles/medio/medio/usr/local/lib/python3.8/site-packages/tables/tests/__init__.py: 100%
3 statements
« prev ^ index » next coverage.py v7.2.5, created at 2023-05-10 06:15 +0000
« prev ^ index » next coverage.py v7.2.5, created at 2023-05-10 06:15 +0000
1"""Unit tests for PyTables.
3This package contains some modules which provide a ``suite()`` function
4(with no arguments) which returns a test suite for some PyTables
5functionality.
7"""
9from tables.tests.common import print_versions
10from tables.tests.test_suite import test, suite
11# Necessary for the test suite
12import tables.req_versions