array_split.unittest.TestCase.assertLessEqual

TestCase.assertLessEqual(a, b, msg=None)[source]

Just like self.assertTrue(a <= b), but with a nicer default message.