aboutsummaryrefslogtreecommitdiffstats
path: root/tests/base.py (unfollow)
Commit message (Collapse)AuthorLines
2021-06-11(modpings): Use separate scheduler for modpings scheduleGravatar Shivansh-007-7/+8
2021-06-11(modpings): Cancel the task before scheduling it againGravatar Shivansh-007-0/+3
2021-06-10Tests: update infraction DM to mention UTCGravatar Matteo Bertucci-2/+2
2021-06-10Infraction: DM mention that the expiration is in UTC timeGravatar Matteo Bertucci-1/+1
We have a few users DMing ModMail to ask why they haven't been unmuted and their mute should have expired. Most of the time it is simply that they forgot to convert their local time to UTC time. This can hopefully avoid some of those instances.
2021-06-10Add modpings schedule featureGravatar Shivansh-007-1/+81
2021-06-06Renamed blocked_extension_str to blocked_extension.Gravatar Xithrius-3/+3
2021-06-06Added new formats to unittest docstrings.Gravatar Xithrius-2/+2
2021-06-06Change to unless-stopped restart policyGravatar Chris-1/+1
Since we use the same port for redis on all out projects, having this always restart causes conflicts for people starting up docker and wanting to use redis for anyother project.
2021-06-06Added subtests for `.txt`, `.json`, and `.csv` files.Gravatar Xithrius-16/+28
2021-06-06Added .txt file extension to antimalware test.Gravatar Xithrius-1/+4
2021-06-05Allowed text format warning to have multiple formats.Gravatar Xithrius-3/+8