index
:
bot
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
/
test_helpers.py
(
unfollow
)
Commit message (
Expand
)
Author
Lines
2020-06-06
Refactor help_channels.py to use RedisCache.
Leon Sandøy
-28
/
+32
2020-05-31
Add support for bool values in RedisCache
Leon Sandøy
-3
/
+15
2020-05-30
Oops, add the return back.
Leon Sandøy
-0
/
+1
2020-05-30
Free tag: link #how-to-get-help
kwzrd
-2
/
+2
2020-05-30
Scheduler: Move space from f-string of `ctx.send` to `infr_message`
ks129
-2
/
+2
2020-05-30
Scheduler: Remove line splitting from `ctx.send` after 7f827ab
ks129
-4
/
+1
2020-05-30
Infr. Tests: Add `apply_infraction` awaiting assertion with args
ks129
-0
/
+6
2020-05-30
Scheduler: Fix spaces for modlog text
ks129
-1
/
+1
2020-05-30
Scheduler: Remove unnecessary `f` before string
ks129
-1
/
+1
2020-05-30
Scheduler: Add try-except to infraction deletion
ks129
-1
/
+6
2020-05-30
Scheduler: Remove invalid comment
ks129
-1
/
+0
2020-05-30
Scheduler: Move inline f-string if-else statement to normal if statement
ks129
-1
/
+4
2020-05-30
Simplify infraction reason truncation tests
ks129
-13
/
+7
2020-05-30
Tags: explicitly use UTF-8 to read files
MarkKoz
-1
/
+1
2020-05-30
Removing the periodic ping from verification.
Leon Sandøy
-43
/
+1
2020-05-29
Reduce the number of help channel name changes
Sebastiaan Zeeff
-29
/
+3
2020-05-29
Fix `check_for_answer` breaking on missing cache
Sebastiaan Zeeff
-2
/
+5
2020-05-29
Ignore response when posting python news
Matteo Bertucci
-0
/
+1
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-25
AntiMalware tests - Switched from monkeypatch to unittest.patch
Jannes Jonkers
-2
/
+2
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
[next]