Exemplo n.º 1
0
def test_load_game(mock_mongo_connection, save_games):
    game = Game.load('1234')
    assert len(game.players) == 4