def test_get_command(self):
     cls = get_command("exit")
     self.assertEquals(CommandExit, cls)