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