Exemplo n.º 1
0
 def test_delete(self):
     con = Connection("http://127.0.0.1:9888")
     status = Account.delete(con, "shengsheng")
     self.assertIs("true", status)