예제 #1
0
 def tearDown(self):
     # cleanup task_self between tests to restore defaults
     task_cleanup()
예제 #2
0
 def tearDown(self):
     """remove WorkerTree mock after each test"""
     task_cleanup()
     ClusterShell.Task.WorkerTree = WorkerTree
예제 #3
0
 def tearDown(self):
     """cleanup all tasks"""
     task_cleanup()
예제 #4
0
 def tearDown(self):
     """cleanup all tasks"""
     task_cleanup()
     sys.stdin = sys.__stdin__
예제 #5
0
 def tearDown(self):
     """cleanup all tasks"""
     task_cleanup()
예제 #6
0
 def tearDown(self):
     """cleanup all tasks"""
     task_cleanup()
     sys.stdin = sys.__stdin__
예제 #7
0
    def tearDown(self):
        """cleanup all tasks"""
        task_cleanup()

        # we played with fd_max: restore original nofile resource limits
        resource.setrlimit(resource.RLIMIT_NOFILE, (self.soft, self.hard))
예제 #8
0
 def tearDown(self):
     """remove WorkerTree mock after each test"""
     task_cleanup()
     ClusterShell.Task.WorkerTree = WorkerTree
예제 #9
0
    def tearDown(self):
        """cleanup all tasks"""
        task_cleanup()

        # we played with fd_max: restore original nofile resource limits
        resource.setrlimit(resource.RLIMIT_NOFILE, (self.soft, self.hard))