Module hela.test_suite

Module covering the test suite to make sure your catalog is set up properly.

Test Suite

[Page under construction]

Expand source code
"""Module covering the test suite to make sure your catalog is set up properly.

.. include:: ../../gh_pages/test_suite.md
"""
from . import catalog_tests
from . import column_store_tests
from . import description_tests


__all__ = [
    'catalog_tests',
    'column_store_tests',
    'description_tests'
]

Sub-modules

hela.test_suite.catalog_tests
hela.test_suite.column_store_tests
hela.test_suite.description_tests