Releases
0.45
Compare
Sorry, something went wrong.
No results found
Removed start_achievements_import(self, game_ids),
import_games_achievements(self, game_ids),
get_unlocked_achievements(self, game_id),
game_achievements_import_success(self, game_id, achievements),
game_achievements_import_failure(self, game_id, error) and
achievements_import_finished(self). Please use
prepare_achievements_context(self, game_ids) and get_unlocked_achievements(self, game_id, context) instead.
Removed
start_game_times_import(self, game_ids),
import_game_times(self, game_ids),
get_game_times(self),
game_time_import_success(self, game_time),
game_time_import_failure(self, game_id, error),
game_times_import_finished(self). Please use
prepare_game_times_context(self, game_ids) and
get_game_time(self, game_id, context) instead.
Deprecated AsyncMock and coroutine_mock. Please use MagicMock with async_return_value instead.
Fixed exception handling in handshake.
You can’t perform that action at this time.