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
We will create a new module in the tests/action_management folder since we previously created a new action type for self actions. do_self_action takes a target action to do on self, which right now includes "stats" and "effects", although it can and probably will be expanded on later. These actions are used by the CLI team to print out the current stats and stat effects of the player.
We will test both the do_self_action as a whole, and also the corresponding action functions that do_self_action uses
The text was updated successfully, but these errors were encountered:
HarrisonD123
changed the title
Create tests for new "Self" action and corresponding view actions
Create tests for new "Self" action and corresponding view actions in the do_self_action of actionmanagement.c
May 28, 2022
We will create a new module in the tests/action_management folder since we previously created a new action type for self actions.
do_self_action
takes a target action to do on self, which right now includes"stats"
and"effects"
, although it can and probably will be expanded on later. These actions are used by the CLI team to print out the current stats and stat effects of the player.We will test both the
do_self_action
as a whole, and also the corresponding action functions thatdo_self_action
usesThe text was updated successfully, but these errors were encountered: