aboutsummaryrefslogtreecommitdiffstats
path: root/tests/helpers.py (unfollow)
Commit message (Collapse)AuthorLines
2020-10-11Check arguments for get_active_infraction in voice ban testsGravatar ks129-1/+1
2020-10-11Create test to check does this pass proper kwargs to infraction postingGravatar ks129-0/+12
2020-10-11Create test for case when posting infraction failsGravatar ks129-1/+12
2020-10-11Revert recent walrus operator changeGravatar ks129-1/+2
2020-10-11Create test for case when user already have active Voice BanGravatar ks129-2/+11
2020-10-11Simplify post infraction calling and None checkGravatar ks129-2/+1
2020-10-11Create test for case when trying to voice ban user who haven't passed gateGravatar ks129-2/+11
2020-10-11Create test for voice unbanGravatar ks129-0/+6
2020-10-11Create test for temporary voice banGravatar ks129-1/+7
2020-10-11Create test for permanent voice banGravatar ks129-0/+17
2020-10-11Improve voice gate messages deletionGravatar ks129-2/+8
2020-10-11Suppress Voice Gate cog InWhiteListCheckFailureGravatar ks129-0/+6
2020-10-11Implement Voice Verifying command and delete message in voice gateGravatar ks129-1/+111
2020-10-11Remove not used importsGravatar ks129-1/+0
2020-10-11Implement voice bans (temporary and permanent)Gravatar ks129-0/+85
2020-10-11Add voice ban icons and show appeal footer for voice banGravatar ks129-1/+2
2020-10-10Add voice gate configuration to config-default.ymlGravatar ks129-0/+6
2020-10-10Define Voice Gate channel, role and requirement in constants.pyGravatar ks129-0/+10