aboutsummaryrefslogtreecommitdiffstats
path: root/tests/helpers.py (unfollow)
Commit message (Collapse)AuthorLines
2021-07-15Fix superstarify reason displaying the incorrect nicknameGravatar MarkKoz-11/+7
Because the edit was happening before the reason string was formatted, the edit updated the state of the user object, causing the nickname to be the superstarified one rather than the one the user was attempting to use.
2021-07-15Add command to resend infraction embedGravatar MarkKoz-3/+13
Resolve #1664
2021-07-15Add util function to send an infraction using an Infraction dictGravatar MarkKoz-19/+45
There was some redundant pre-processing of arguments happening before calling `notify_infraction`.
2021-07-15Remove unnecessary config constantGravatar MarkKoz-2/+0
It's only being used as an anchor in the YAML file. There is no need to have it in Python if no Python code references it.