2954
2956
:return: An iterable of TestCase-like objects which can each have
2955
2957
run(result) called on them to feed tests to result.
2959
2961
from subunit import TestProtocolClient, ProtocolTestCase
2960
2962
class TestInOtherProcess(ProtocolTestCase):