aboutsummaryrefslogtreecommitdiffstats
path: root/tests/helpers.py (unfollow)
Commit message (Expand)AuthorLines
2020-05-17Fix incomplete variable renamingGravatar decorator-factory-1/+1
2020-05-17Rename `string` to `greeting`Gravatar decorator-factory-10/+10
2020-05-17Use `Command`-object for `send_help`Gravatar Sebastiaan Zeeff-21/+21
2020-05-17Add a note on user-defined classesGravatar decorator-factory-1/+1
2020-05-17Change standalone programs to interactive sessionsGravatar decorator-factory-8/+13
2020-05-17Apply language improvements proposed from kwzrdGravatar decorator-factory-3/+3
2020-05-17Use `send_help` to invoke command helpGravatar Sebastiaan Zeeff-40/+32
2020-05-17added "solved" as a alias for "closed"Gravatar vivax3794-1/+1
2020-05-16fix redirect_output decorator; remove ninja codeGravatar mathsman5133-76/+66
2020-05-14Remove @Admins ping from the #verification messageGravatar Leon Sandøy-1/+1
2020-05-14Remove everyone-ping from mentions alertGravatar Sebastiaan Zeeff-1/+0
2020-05-12Expand guild whitelistGravatar S. Co1-1/+7
2020-05-11Restructure `apply_ban()` logic Gravatar Daniel Brown-12/+7
2020-05-10Add remindme alias for the remind commandGravatar Suhail-1/+1
2020-05-07apply_ban() logic refinedGravatar Daniel Brown-15/+15
2020-05-07Addressing Review ChangesGravatar Daniel Brown-25/+31
2020-05-07Update Python News extension name in __main__.pyGravatar ks129-1/+1
2020-05-06Remove `PythonNews.channel` because this is unnecessaryGravatar ks129-2/+0
2020-05-06Renamed `news.py` to `python_news.py` and `News` to `PythonNews` to avoid con...Gravatar ks129-2/+2
2020-05-06Fix config Webhook IDs formattingGravatar ks129-6/+6
2020-05-04Update antimalware to filter txt files in cases where messages were longer th...Gravatar Savant-Dev-5/+5
2020-05-04Perma Bans now Overwrite Temp BansGravatar Daniel Brown-18/+55
2020-05-03Fix `News` cog maillist news posting no threads check commentGravatar ks129-1/+3
2020-05-02Remove mention command constantsGravatar MarkKoz-10/+0
2020-05-02Define encoding in `News` cog `await resp.text()` using Gravatar ks129-1/+1
2020-05-01Remove the mention commandGravatar MarkKoz-46/+2
2020-05-01Merge the two asynchronous tasks into one to prevent race conditionsGravatar Joseph Banks-6/+8
2020-05-01Added ignoring maillist when no recent threads (this month) in `News` cogGravatar ks129-0/+4
2020-05-01Added on cog unload news posting tasks canceling on `News` cogGravatar ks129-0/+5
2020-05-01Replace message ID storage to new specific ID storage in `News` cogGravatar ks129-38/+6
2020-05-01Update extension filter to distinguish .txt in cases where messages are longe...Gravatar Savant-Dev-1/+1
2020-05-01Update extension filter to distinguish .txt in cases where messages are longe...Gravatar Savant-Dev-0/+12
2020-04-30Tests: change avatar_url_as assertion to use static_formatGravatar MarkKoz-1/+1
2020-04-30Display animated avatars in the user info commandGravatar MarkKoz-1/+1
2020-04-30Run a category check before logging that we are checking for an answered help...Gravatar Joseph Banks-1/+2
2020-04-29Log unhandled errors from event listenersGravatar MarkKoz-0/+12
2020-04-28Simplified New publishing check + removed unnecessary Webhook checkGravatar ks129-6/+2
2020-04-28Log ID of member who claimed a help channelGravatar Sebastiaan Zeeff-0/+1
2020-04-28Add option to ingore channels in help categoriesGravatar Sebastiaan Zeeff-3/+14
2020-04-28Insert help channels at the bottom of the categoryGravatar Sebastiaan Zeeff-9/+48
2020-04-27Minor terminology change on a logGravatar Joseph Banks-1/+1
2020-04-27Make some fixes to ensure data is persisted and the bot does not hangGravatar Joseph Banks-3/+22
2020-04-27Add Python News channel and webhook ID to config-default.ymlGravatar ks129-2/+2
2020-04-27Add DMChannel tests for in_whitelist decoratorGravatar Sebastiaan Zeeff-31/+63
2020-04-27Add mock for discord.DMChannelsGravatar Sebastiaan Zeeff-0/+21
2020-04-27Exclude never-run lines from coverageGravatar Sebastiaan Zeeff-2/+2
2020-04-27Fixed `BeautifulSoup` parsing warningGravatar ks129-1/+1
2020-04-27Improved `News` cogGravatar ks129-10/+22
2020-04-24Fix awaiting non-coroutine when closing the statsd transportGravatar MarkKoz-1/+1
2020-04-23Simplify `in_whitelisted_context` decorator APIGravatar Sebastiaan Zeeff-92/+72