The array_split.tests Module

Module for running all array_split unit-tests, including unittest test-cases and doctest tests for module doc-strings and sphinx (RST) documentation. Execute as:

python -m array_split.tests

Classes and Functions

MultiPlatformAnd23Checker()

Overrides the doctest.OutputChecker.check_output() method to remove the 'L' from integer literals

DocTestTestSuite()

Adds array_split doctests as unittest.TestCase objects.

load_tests(loader, tests, pattern)

Loads array_split.split_test tests and DocTestTestSuite tests.