index
:
bot
copilot/update-pytest-and-fix-tests
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
/
test_helpers.py
(
unfollow
)
Commit message (
Expand
)
Author
Lines
2020-05-31
Use the messages returned by `purge` to upload message logs
MarkKoz
-7
/
+3
2020-05-31
Revert message ignore approach.
Leon Sandøy
-10
/
+9
2020-05-31
Revert "Add a mod_log.ignore_all context manager."
Leon Sandøy
-35
/
+0
2020-05-31
Fix a bug with invocation deletion.
Leon Sandøy
-21
/
+14
2020-05-31
Add a mod_log.ignore_all context manager.
Leon Sandøy
-0
/
+35
2020-05-31
Remove unnecessary conditional.
Leon Sandøy
-4
/
+2
2020-05-31
Better channel mentions
Leon Sandøy
-1
/
+1
2020-05-30
Oops, add the return back.
Leon Sandøy
-0
/
+1
2020-05-30
Remove a completely unacceptable newline.
Leon Sandøy
-1
/
+0
2020-05-30
Add multichannel !purge via commands.Greedy
Leon Sandøy
-31
/
+39
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
Fix failing tests related to avatar_hash
Leon Sandøy
-5
/
+0
2020-05-27
Remove all sending of avatar_hash.
Leon Sandøy
-6
/
+2
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
[next]