Ejemplo n.º 1
0
def check_granter_4():
    html1, cookies1 = z.login("test1", "pass")
    z.transfer(cookies1, "test2", 6)
    pat = "profile.*Sorry, I have no more zoobars"
    return check_profile("granter.py", pat, "'I am broke' check")
Ejemplo n.º 2
0
def check_granter_4():
    html1, cookies1 = z.login("test1", "pass")
    z.transfer(cookies1, "test2", 6)
    pat = "profile.*Sorry, I have no more zoobars"
    return check_profile("granter.py", pat, "'I am broke' check")
Ejemplo n.º 3
0
def check_granter_3():
    html3, cookies3 = z.register("test3", "pass")
    z.transfer(cookies3, "test2", 10)
    pat = "profile.*You have \d+ already; no need for more"
    return check_profile("granter.py", pat, "Greedy visitor check2")
Ejemplo n.º 4
0
def check_granter_3():
    html3, cookies3 = z.register("test3", "pass")
    z.transfer(cookies3, "test2", 10)
    pat = "profile.*You have \d+ already; no need for more"
    return check_profile("granter.py", pat, "Greedy visitor check2")