コード例 #1
0
    def tearDown(self):
        """Stop each of the listening services to free up the ports"""
        self.response_listener.stop()

        # Stop the workers we started earlier
        PassiveGraderStub.stop_workers()

        # Delete the queue we created
        PassiveGraderStub.delete_queue(MatlabGraderTest.QUEUE_NAME)
コード例 #2
0
    def tearDown(self):
        """Stop each of the listening services to free up the ports"""
        self.response_listener.stop()

        # Stop the workers we started earlier
        PassiveGraderStub.stop_workers()

        # Delete the queue we created
        PassiveGraderStub.delete_queue(MatlabGraderTest.QUEUE_NAME)
コード例 #3
0
    def tearDown(self):
        """Stop each of the listening services to free up the ports"""
        self.response_listener.stop()

        # Stop the workers we started earlier
        PassiveGraderStub.stop_workers()
コード例 #4
0
    def tearDown(self):
        """Stop each of the listening services to free up the ports"""
        self.response_listener.stop()

        # Stop the workers we started earlier
        PassiveGraderStub.stop_workers()