def test_set_action_status(self): self.assertEquals(set_action(), 'status')
def test_set_action_stop(self): self.assertEquals(set_action(), 'stop')