Lines Matching refs:skipUnless
937 @unittest.skipUnless(hasattr(os, 'fork'), "Test needs fork().")938 @unittest.skipUnless(hasattr(socket, 'socketpair'), "Test needs socketpair().")