Home | History | Annotate | Download | only in test

Lines Matching refs:threading

17     import threading
19 threading = None
454 @unittest.skipUnless(threading, 'Threading required for this test.')
464 self.evt = threading.Event()
467 threading.Thread(target=self.threadFunc, args=serv_args).start()
857 if threading:
860 # Without threading, http_server() and http_multi_server() will not
884 @unittest.skipUnless(threading, 'Threading required for this test.')
887 self.evt = threading.Event()
890 threading.Thread(target=http_server, args=serv_args).start()