1# init to make tests into a package
2# Test callable
3from numpy.testing import Tester
4test = Tester().test
5del Tester
6