index
:
bot
dependabot/uv/pytest-9.0.0
fix-eval-message-limit
fix/modpings
inject-settings-in-bot-core
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 (
Expand
)
Author
Lines
2019-12-13
Added tests for `until_expiration`
Shirayuki Nekomata
-0
/
+45
2019-12-13
Adding an optional argument for `until_expiration`, update typehints for `for...
Shirayuki Nekomata
-3
/
+8
2019-12-13
Revert "Use OAuth to be Reddit API compliant"
Joseph
-88
/
+11
2019-12-11
Clean: reformat arguments
MarkKoz
-8
/
+33
2019-12-11
Clean: allow amount argument to be skipped
Mark
-4
/
+4
2019-12-11
Converters: rename string to allowed_strings
MarkKoz
-5
/
+5
2019-12-11
ModManagement: add more aliases for "special" params of infraction edit
MarkKoz
-8
/
+8
2019-12-11
ModManagement: display ID of edited infraction in confirmation message
MarkKoz
-1
/
+2
2019-12-11
ModManagement: allow "recent" as ID to edit infraction (#624)
MarkKoz
-2
/
+21
2019-12-11
Add a generic converter for only allowing certain string values
MarkKoz
-13
/
+23
2019-12-11
Clean: support specifying a channel different than the context's
MarkKoz
-13
/
+18
2019-12-11
Clean: un-hide from help and add purge alias
MarkKoz
-1
/
+1
2019-12-11
Reddit: raise ClientError when the token can't be retrieved
MarkKoz
-4
/
+3
2019-12-11
Reddit: log retries when getting the access token
MarkKoz
-1
/
+9
2019-12-11
Reddit: create a dict constant for the User-Agent header
MarkKoz
-27
/
+12
2019-12-11
Reddit: revise docstrings
MarkKoz
-9
/
+17
2019-12-11
Reddit: define AccessToken type at the module level
MarkKoz
-1
/
+2
2019-12-11
Reddit: use expires_in from the response to calculate token expiration
MarkKoz
-2
/
+3
2019-12-11
Reddit: use qualified_name attribute when removing the cog
MarkKoz
-1
/
+1
2019-12-11
Reddit: move BasicAuth instantiation to __init__
MarkKoz
-4
/
+3
2019-12-11
Reddit: move token renewal inside fetch_posts
MarkKoz
-17
/
+4
2019-12-11
ErrorHandler: fix #650 tag fallback not respecting checks
MarkKoz
-0
/
+10
2019-12-09
Infractions: kick user from voice after muting (#644)
MarkKoz
-2
/
+7
2019-12-09
Moderation: catch HTTPException when applying an infraction
MarkKoz
-3
/
+7
2019-12-09
Moderation: show HTTP status code in the log for deactivation failures
MarkKoz
-1
/
+1
2019-12-08
Use the AsyncResolver for APIClient and discord.py sessions too
MarkKoz
-11
/
+11
2019-12-09
Ensure hidden_channels and bypass_roles use a list when not passed.
Manuel Ignacio Pérez Alcolea
-0
/
+3
2019-12-08
Fix test failures for setup log messages
MarkKoz
-24
/
+7
2019-12-08
Properly create and close aiohttp sessions
MarkKoz
-10
/
+65
2019-12-08
Fix name conflict with the Bot cog
MarkKoz
-3
/
+3
2019-12-08
Override add_cog to log loading of cogs
MarkKoz
-80
/
+34
2019-12-07
Change all Bot imports to use the subclass
MarkKoz
-52
/
+92
2019-12-07
Subclass Bot
MarkKoz
-24
/
+32
2019-12-05
Keeps access token alive, only revokes it on extension unload.
Jens
-20
/
+32
2019-12-05
Requested change
kraktus
-1
/
+2
2019-12-05
Added optional channel parameter to !echo:
Daniel Brown
-4
/
+7
2019-12-05
Removed `setUp()` from `TimeTests` since it is not being used for anything.
Shirayuki Nekomata
-3
/
+0
2019-12-05
Moved all individual test cases into iterables and test with `self.subTest` c...
Shirayuki Nekomata
-14
/
+18
2019-12-05
Added `self.subTest` for tests with multiple test cases & simplified single t...
Shirayuki Nekomata
-19
/
+11
2019-12-05
Introduced test for `test_format_infraction`, refactored `test_parse_rfc1123`...
Shirayuki Nekomata
-5
/
+7
2019-12-05
Splitting test cases for `format_infraction_with_duration` into proper, indep...
Shirayuki Nekomata
-7
/
+27
2019-12-05
Changed `assert` to `self.assertIs` for `test_wait_until`
Shirayuki Nekomata
-1
/
+1
2019-12-05
Added missing docstring for `test_humanize_delta_raises_for_invalid_max_units`
Shirayuki Nekomata
-0
/
+1
2019-12-05
Splitting test cases for `humanize_delta` into proper, independent tests.
Shirayuki Nekomata
-7
/
+21