You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To improve readability, there’s a need to divide this test into three functions:
function for creating GameEventPlayers.
A function that will test whether a player is in the expected events.
A function that will test whether an event has the expected players.
In this way every function will be smaller, easier to read and understand.
The text was updated successfully, but these errors were encountered:
amitkaplansky
changed the title
Divide test_filter players_by_event into smaller tests in game-
Divide test_filter players_by_event into smaller tests in game_event_player/tests.pay
Apr 20, 2023
To improve readability, there’s a need to divide this test into three functions:
In this way every function will be smaller, easier to read and understand.
The text was updated successfully, but these errors were encountered: