Home | History | Annotate | Download | only in test

Lines Matching refs:skipUnless

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