Running the testsΒΆ
Nxpy tests are based on the standard unittest module. As recent features are used the
unittest2 backport is required with Python 2.6. Tests reside in _test subdirectories of the
library package directory. For each module module tests should be found in a test_module
module.