array_split.tests.MultiPlatformAnd23Checker

class array_split.tests.MultiPlatformAnd23Checker[source]

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

Methods

check_output(want, got, optionflags) For python-2 replaces “124L” with “124”.
output_difference(example, got, optionflags) Return a string describing the differences between the expected output for a given example (example) and the actual output (got).