index
:
bot
copilot/fix-dm-closed-error-handling
fix-eval-message-limit
fix/modpings
inject-settings-in-bot-core
jb3/3.14-upgrade
main
mbaruh/fix-modpings-schedule
mbaruh/modlog_fix
pastebin-auto-upload
wookie/lower-warning-to-info
wookie184/fix-mentions-reply-resolving
A mirrored copy of the python-discord/bot repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tests
/
helpers.py
(
unfollow
)
Commit message (
Collapse
)
Author
Lines
2020-03-05
(Moderation Utils Tests): Use `bot.cogs.moderation.utils`'s `RULES_URL` ↵
ks123
-2
/
+1
instead creating new one
2020-03-05
(Moderation Utils Tests): Removed unnecessary `AsyncMock()` from `__init__` ↵
ks123
-1
/
+0
(`self.bot.api_client.get`)
2020-03-05
(Moderation Utils Tests): Moved `has_active_infraction` tests to one test.
ks123
-22
/
+35
2020-03-05
(Moderation Utils Tests): `send_private_embed` moved exception creating from ↵
ks123
-4
/
+6
cases testing to test cases listing, added side_effect resetting.
2020-03-05
(Moderation Utils Tests): Created tests for `post_infraction` function, ↵
ks123
-1
/
+68
created __init__.py for moderation tests
2020-03-04
(Moderation Utils Tests): Created tests for `send_private_embed` function + ↵
ks123
-3
/
+44
Fixed errors.
2020-03-04
(Moderation Utils Tests): Created tests for `post_user` function.
ks123
-1
/
+59
2020-03-04
(Moderation Utils Tests): Created tests for `notify_pardon` function.
ks123
-2
/
+39
2020-03-04
(Moderation Utils Tests): Created tests for `notify_infraction` function.
ks123
-2
/
+91
2020-03-03
(Moderation Utils Tests): Created tests for `has_active_infraction` function
ks123
-0
/
+24
2020-03-03
(Moderation Utils Tests): Added imports, modified tests class instance and ↵
ks123
-5
/
+7
created new params for tests class