def tearDown(self):
self.console.working = False
self.console.wait_for_threads()
sys.stdout.write("\tactive threads count : %s " % threading.activeCount())
# sys.stderr.write("%s\n" % threading.enumerate())
评论列表
文章目录