예제 #1
0
    def test_action_construction(self):

        self.assertIsInstance(actions.factory('terminate', None),
                              emr.Terminate)
예제 #2
0
    def test_action_construction(self):

        self.assertIsInstance(actions.factory("terminate", None), emr.Terminate)