Exemple #1
0
def test_tournament_init():
    tourney = Tournament(['a', 'b', 'c', 'd', 'e'], DummyRoundGenerator())
    return len(tourney.currentRound()) > 0