index
:
bot
dependabot/github_actions/actions/upload-artifact-5
dependabot/pip/pip-5e502e9552
dependabot/uv/regex-2025.9.18
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
/
test_helpers.py
(
unfollow
)
Commit message (
Expand
)
Author
Lines
2020-05-28
Move the `self.redis_closed` into session create.
Leon Sandøy
-1
/
+1
2020-05-28
Prevent a state where a coro could wait forever.
Leon Sandøy
-2
/
+6
2020-05-28
Add custom exceptions for each error state.
Leon Sandøy
-8
/
+21
2020-05-28
Make prefix consts private and more precise.
Leon Sandøy
-9
/
+9
2020-05-28
Reduce complexity on some of the typestring stuff.
Leon Sandøy
-31
/
+9
2020-05-27
Fix ATROCIOUS comment.
Leon Sandøy
-3
/
+5
2020-05-27
Refactor typestring converters to partialmethods.
Leon Sandøy
-30
/
+24
2020-05-27
Floats are no longer permitted as RedisCache keys.
Leon Sandøy
-43
/
+86
2020-05-27
Add some tests for `in_whitelist_check`.
Leon Sandøy
-0
/
+48
2020-05-27
Remove the now deprecated in_channel_check.
Leon Sandøy
-16
/
+0
2020-05-27
Refactor .increment and add lock test.
Leon Sandøy
-65
/
+109
2020-05-27
Clear cache in asyncSetUp instead of tests.
Leon Sandøy
-6
/
+1
2020-05-27
Allow some commands to fail checks silently.
Leon Sandøy
-2
/
+9
2020-05-27
No redirect for mod management.
Leon Sandøy
-0
/
+1
2020-05-27
Find + change all InWhitelistCheckFailure imports
Leon Sandøy
-9
/
+8
2020-05-27
Allow infraction management in modmail category
Leon Sandøy
-12
/
+13
2020-05-27
Refactor the in_whitelist deco to a check.
Leon Sandøy
-53
/
+86
2020-05-26
Add /r/FlutterDev to the guild invite whitelist
Dennis Pham
-0
/
+1
2020-05-26
Add a test for RuntimeErrors.
Leon Sandøy
-0
/
+22
2020-05-26
Swap the order for the validate_cache checks.
Leon Sandøy
-8
/
+8
2020-05-26
Improve some docstrings for RedisCache.
Leon Sandøy
-5
/
+3
2020-05-26
Make self.increment_lock private.
Leon Sandøy
-2
/
+2
2020-05-26
Add better docstring for RedisCache.update
Leon Sandøy
-2
/
+12
2020-05-26
Fix edge case where pop might not delete.
Leon Sandøy
-6
/
+6
2020-05-26
Turn log.exception into log.error
Leon Sandøy
-17
/
+22
2020-05-26
[stats] Do not report modmail channels to stats
Joseph Banks
-1
/
+11
2020-05-25
Expose the redis port to the host
MarkKoz
-0
/
+2
2020-05-25
Improve output of section name in config validation subtests
MarkKoz
-1
/
+1
2020-05-25
Support validating collection types for constants
MarkKoz
-8
/
+32
2020-05-24
Add support for Union type annotations for constants
MarkKoz
-12
/
+19
2020-05-24
Add discord.gift to URL blacklist, closes #958
Joseph Banks
-0
/
+1
2020-05-24
Improve error and error testing for increment
Leon Sandøy
-1
/
+9
2020-05-24
Add an option to use fakeredis in Bot.
Leon Sandøy
-48
/
+66
2020-05-24
MockBot needs to be aware of redis_ready
Leon Sandøy
-1
/
+1
2020-05-24
Add logging to the RedisCache.
Leon Sandøy
-3
/
+39
2020-05-24
Rename Bot._redis_ready to Bot.redis_ready
Leon Sandøy
-4
/
+4
2020-05-24
Add .increment and .decrement methods.
Leon Sandøy
-0
/
+69
2020-05-24
Make .items return ItemsView instead of AsyncIter
Leon Sandøy
-9
/
+23
2020-05-24
Better RuntimeErrors.
Leon Sandøy
-2
/
+14
2020-05-24
Improves various docstrings and comments.
Leon Sandøy
-10
/
+27
2020-05-24
Refactor the nice prefix/type strings to constants
Leon Sandøy
-31
/
+19
2020-05-24
len(prefix) instead of hardcoding 2
Leon Sandøy
-1
/
+1
2020-05-24
use __name__ for type list
Leon Sandøy
-1
/
+1
2020-05-23
Show a warning when redis pool isn't closed
MarkKoz
-0
/
+5
2020-05-23
Remove redis session mock from MockBot
MarkKoz
-16
/
+0
2020-05-23
DRY approach to typestring prefix resolution
Leon Sandøy
-15
/
+60
2020-05-23
Don't rely on HDEL ignoring keys for .pop
Leon Sandøy
-2
/
+21
2020-05-23
Fix typo in test_to_dict docstring
Leon Sandøy
-1
/
+1
2020-05-23
Update exception message
Leon Sandøy
-1
/
+4
2020-05-23
CI needs REDIS_PASSWORD to pass tests
Leon Sandøy
-0
/
+1
[next]