Ejemplo n.º 1
0
def test_ban():
    reg = Register('Metropoliten1')
    time = TimeDuration.OneMonth
    c2 = reg.create_card(CardType.TimeLimit, time)
    reg.ban_card(c2.id)

    assert c2.id in reg.banned.keys()