Hi, sorry for the late reply. AFAIK tables.test() is part of the public API.
$ env PYTHONPATH=. python -c "import tables; tables.test()" is also mentioned somewhere in the docs. Anyway, probably it is possible to use the mock module provided by the standard lib. Would it be an acceptable solution for you? regards -- Antonio Valentino