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
/
test_helpers.py
(
unfollow
)
Commit message (
Expand
)
Author
Lines
2020-06-29
Trigger typing in converter instead of command.
Numerlor
-4
/
+2
2020-06-29
Add stat for packages of fetched symbols.
Numerlor
-10
/
+13
2020-06-28
Only update added inventory instead of all.
Numerlor
-1
/
+1
2020-06-27
Only include one newline for `p` tags in `li` elements.
Numerlor
-0
/
+7
2020-06-27
Redesign `find_all_text_until_tag` to search through all direct children.
Numerlor
-27
/
+12
2020-06-21
Strip backticks from symbol input.
Numerlor
-0
/
+1
2020-06-21
Correct return when a module symbol could not be parsed.
Numerlor
-9
/
+8
2020-06-21
Fix typehint.
Numerlor
-1
/
+1
2020-06-21
Renamed existing symbols from `NO_OVERRIDE_GROUPS` instead of replacing.
Numerlor
-7
/
+12
2020-06-21
Add symbol group name to symbol inventory entries.
Numerlor
-10
/
+17
2020-06-21
Remove unnecessary join.
Numerlor
-1
/
+1
2020-06-21
Also check signatures before selected symbol when collecting 3 signatures.
Numerlor
-1
/
+5
2020-06-21
Account for `NavigableString`s when gathering text.
Numerlor
-3
/
+9
2020-06-18
Make sure only class contents are included, without methods.
Numerlor
-13
/
+42
2020-06-18
Move symbol parsing into separate methods.
Numerlor
-23
/
+43
2020-06-17
Skip symbols with slashes in them.
Numerlor
-0
/
+2
2020-06-17
Make doc get greedy.
Numerlor
-5
/
+6
2020-06-17
Resolve relative href urls in a html elements.
Numerlor
-3
/
+13
2020-05-30
Tags: explicitly use UTF-8 to read files
MarkKoz
-1
/
+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
[next]