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
/
helpers.py
(
unfollow
)
Commit message (
Expand
)
Author
Lines
2021-03-10
Use a clearer approach with less duplicate code
Numerlor
-46
/
+35
2021-03-10
Hold the symbol_get_event in the entire body of create_symbol_embed
Numerlor
-24
/
+24
2021-03-07
Handle arbitrary amount of backslashes preceding the quote char
Numerlor
-11
/
+15
2021-03-06
Remove superfluous comment
Numerlor
-2
/
+0
2021-03-06
Handle unexpected errors when requesting markdown
Numerlor
-1
/
+12
2021-03-06
Create the footer text before an inventory refresh can occur
Numerlor
-5
/
+6
2021-03-06
Abstract logic from create_symbol_embed into additional methods
Numerlor
-18
/
+36
2021-03-05
Correct tests cases
Numerlor
-2
/
+2
2021-03-05
Clarify the use of _set_expires and needs_expire
Numerlor
-0
/
+3
2021-03-05
Rename markup_hint to Markup
Numerlor
-2
/
+2
2021-03-05
Name tasks
Numerlor
-5
/
+13
2021-03-05
Use scheduling's create_task
Numerlor
-1
/
+1
2021-03-05
Add comment explaining purpose of create_task over await
Numerlor
-0
/
+1
2021-03-05
Set future result to None on exceptions
Numerlor
-7
/
+2
2021-03-05
Correct typehint
Numerlor
-2
/
+2
2021-03-05
Move future assignment and check outside of the try
Numerlor
-5
/
+6
2021-03-05
Rename params to clearer and more concise alternatives
Numerlor
-6
/
+6
2021-03-05
Explain use of various containers in the cog
Numerlor
-1
/
+4
2021-03-05
Use placeholder consistent with others in the cog
Numerlor
-1
/
+1
2021-03-05
Add comments to the parsing module
Numerlor
-3
/
+8
2021-03-05
Account for ellipses when determining the truncation description index
Numerlor
-3
/
+3
2021-03-05
Remove placeholder in shorten call
Numerlor
-1
/
+1
2021-03-05
Use clearer branching
Numerlor
-5
/
+3
2021-03-05
Add comments for purpose of DocItem attributes
Numerlor
-5
/
+5
2021-03-05
Do _item_futures cleanup in _parse_queue instead of a concurrent task
Numerlor
-33
/
+4
2021-03-05
Set the result of the future instead of an exception when avaialble
Numerlor
-1
/
+5
2021-03-05
Do not set redis results in get_symbol_embed
Numerlor
-3
/
+1
2021-03-05
Typo and docstring style changes
Numerlor
-11
/
+11
2021-03-05
Move the seconds of a week timedelta into a constant
Numerlor
-1
/
+3
2021-03-05
Use deque instead of a list
Numerlor
-5
/
+7
2021-03-05
Use common check for early exit
Numerlor
-11
/
+8
2021-02-28
Add new symbols to front of queue instead of extending the end
Numerlor
-1
/
+1
2021-02-27
Add digits to package covnerter
Numerlor
-2
/
+2
2021-02-27
Get the last index instead of using max
Numerlor
-1
/
+1
2021-02-24
Use 4 spaces for hanging indent
Numerlor
-19
/
+19
2021-02-24
Allow wildcard match for clear cache command
Numerlor
-3
/
+7
2021-02-23
Update docstrings
Numerlor
-2
/
+2
2021-02-23
Remove redundant group check
Numerlor
-1
/
+1
2021-02-23
Correct length adjustment
Numerlor
-1
/
+1
2021-02-23
Add unittests for _split_signature
Numerlor
-0
/
+59
2021-02-23
Add lt and gt angle brackets to bracket pairs
Numerlor
-0
/
+1
2021-02-23
Add deletedoccache alias to the clear cache command
Numerlor
-1
/
+1
2021-02-23
cleanup->clean_up
Numerlor
-2
/
+2
2021-02-23
Remove unnecessary comments
Numerlor
-10
/
+0
2021-02-23
Use "inventories" when referring to the cog's collection of sphinx invs
Numerlor
-9
/
+9
2021-02-23
Simplify condition
Numerlor
-1
/
+1
2021-02-23
Simplify the _split_parameters implementation
Numerlor
-30
/
+18
2021-02-23
Fix docstring typos
Numerlor
-10
/
+10
2021-02-05
Remove unnecessary use of partial
Numerlor
-6
/
+4
2021-02-03
Avoid from import on _batch_parser
Numerlor
-3
/
+2
[next]