The array_split.unittest Module¶
Some simple wrappers of python built-in unittest module
for array_split unit-tests.
Classes and Functions¶
main(module_name[, log_level, init_logger_names]) |
Small wrapper for unittest.main() which initialises logging.Logger objects. |
TestCase([methodName]) |
Extends unittest.TestCase with the assertArraySplitEqual(). |