"""
Unit tests for PyTables
=======================
:Author: Ivan Vilata i Balaguer
:Contact: ivan@selidor.net
:Created: 2005-12-02
:License: BSD
:Revision: $Id: __init__.py 3698 2008-09-09 12:54:51Z faltet $
This package contains some modules which provide a ``suite()``
function (with no arguments) which returns a test suite for some
PyTables functionality.
"""
from tables.tests.test_all import print_versions,test,suite
|