array_split.split_test.SplitTest.subTest¶
- SplitTest.subTest(msg=<object object>, **params)¶
Return a context manager that will return the enclosed block of code in a subtest identified by the optional message and keyword parameters. A failure in the subtest marks the test case as failed but resumes execution at the end of the enclosed block, allowing further test code to be executed.