test - Test support utilities

Testing related utilities.

env - Access to the testing environment for the svn, maven and msvs packages

Environment configuration for tests that interact with the system.

exception TestEnvNotSetError[source]

Raised when the test environment hasn’t been setup, i.e. NXPY_TEST_DIR is not set.

log - Log configuration for tests

Logging configuration for tests.

test - Support functions for running tests

Unittest utility functions.

testClasses(*classes)[source]

Runs all tests defined in the given ‘classes’.

testModules(*modules)[source]

Runs all tests defined in the given ‘modules’.