예제 #1
0
def test_top_local_players():
    """Text top clans."""
    client = Client()
    locatiion = 'us'
    top_players = client.get_top_players(locatiion)
    assert_top_players(top_players, locatiion)
예제 #2
0
def test_top_players():
    client = Client()
    top_players = client.get_top_players()
    assert_top_players(top_players)