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
(
follow
)
Commit message (
Expand
)
Author
Age
Lines
*
add: test for reasoned and reasonless pardons
Luna
2022-08-17
-1
/
+7
*
Correctly initialise redis tests
Chris Lovering
2022-08-15
-42
/
+37
*
Use RedisTestCase helper class for both Incidents and Silence test cases.
Chris Lovering
2022-08-14
-36
/
+6
*
Add a new test helper for managing redis sessions
Chris Lovering
2022-08-14
-0
/
+24
*
Remove unneeded N802 noqas
Chris Lovering
2022-08-14
-5
/
+5
*
Stop creating futures in tests with no event loop running
Chris Lovering
2022-08-14
-6
/
+0
*
No longer use the removed RedisSession connection object
Chris Lovering
2022-08-14
-3
/
+2
*
Remove warnings in error handler tests
Chris Lovering
2022-08-14
-56
/
+47
*
Remove call to get_event_loop in tests
Chris Lovering
2022-08-14
-3
/
+2
*
Update snekbox tests to expect new output
Chris Lovering
2022-07-21
-11
/
+13
*
Update snekbox tests to reflect current behaviour
Chris Lovering
2022-07-16
-23
/
+37
*
Use new application format for message data in test helper
Chris Lovering
2022-06-28
-1
/
+1
*
Merge branch 'main' into improve-pastebin-error-handling
ChrisJL
2022-06-07
-2
/
+7
|
\
|
*
Fix tests
wookie184
2022-05-28
-0
/
+3
|
*
Bump malformed API response from debug to error log (#2175)
wookie184
2022-05-21
-2
/
+4
*
|
Make small wording and style changes
wookie184
2022-05-29
-2
/
+3
*
|
Raise ValueError if max_length greater than allowed by paste service
wookie184
2022-05-29
-0
/
+5
*
|
Fix tests
wookie184
2022-05-02
-10
/
+17
|
/
*
Speed Up Sync Cog Loading
Hassan Abouelela
2022-04-23
-1
/
+1
*
remove unneeded import in tests
Chris Lovering
2022-04-20
-1
/
+0
*
Pass the now required intents kwarg when creating MockBot
Chris Lovering
2022-04-19
-0
/
+1
*
Add missing underscores to test function names
Chris Lovering
2022-04-18
-3
/
+3
*
Test that sync cog syncers run when sync cog is loaded
Chris Lovering
2022-04-18
-0
/
+13
*
Don't try to overwrite a read-only attr in help command test
Chris Lovering
2022-04-18
-1
/
+1
*
Remove sync cog init test
Chris Lovering
2022-04-18
-17
/
+0
*
Update tests to use new async cog_load function
Chris Lovering
2022-04-18
-25
/
+17
*
Update tests to use new async cog setup function
Chris Lovering
2022-04-18
-29
/
+28
*
Update test helpers with breaking d.py changes
Chris Lovering
2022-04-18
-1
/
+5
*
Adding missing kwargs required by BotBase in test helper
Chris Lovering
2022-04-18
-0
/
+3
*
Remove async stats and site api wrapper
Chris Lovering
2022-04-18
-72
/
+7
*
Use bot-core scheduling and member util functions
Chris Lovering
2022-04-18
-2
/
+2
*
Merge branch 'main' into feat/timeit-command
wookie184
2022-03-31
-21
/
+208
|
\
|
*
Revert "Update all references of discord.py to disnake"
Chris Lovering
2022-03-15
-132
/
+132
|
*
Merge main into feat/mod/1664/resend-infraction
MarkKoz
2022-03-05
-132
/
+132
|
|
\
|
|
*
Update all references of discord.py to disnake
Chris Lovering
2022-03-05
-132
/
+132
|
*
|
Merge main into feat/mod/1664/resend-infraction
MarkKoz
2022-02-22
-427
/
+972
|
|
\
|
|
|
*
Remove unnecessary Infraction conversion in clean ban (#2092)
ChrisJL
2022-02-16
-4
/
+2
|
|
*
Typo and docstrings in clean ban tests
Chris Lovering
2022-02-16
-1
/
+2
|
|
*
Send error when cleanban fails to ban
Chris Lovering
2022-02-16
-1
/
+1
|
|
*
Add tests for new CleanBan and Clean functionality
Chris Lovering
2022-02-16
-1
/
+193
|
*
|
Add util function to send an infraction using an Infraction dict
MarkKoz
2021-07-15
-2
/
+2
*
|
|
Merge branch 'main' into feat/timeit-command
ToxicKidz
2022-02-15
-43
/
+43
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
Refactor voice_ban function definitions to voice_mute
Chris Lovering
2022-01-25
-39
/
+39
|
*
|
Rename voice_ban type to voice_mute
Chris Lovering
2022-01-25
-4
/
+4
*
|
|
tests: Add a test for timeit command codeblock preparation
ToxicKidz
2022-02-05
-0
/
+15
*
|
|
fix: Use filter_snekbox_output rather than job
ToxicKidz
2022-02-04
-3
/
+3
*
|
|
chore: Switch Snekbox.prepare_input with a CodeblockConverter
ToxicKidz
2022-01-27
-53
/
+52
*
|
|
Merge branch 'main' of https://github.com/python-discord/bot into feat/timeit...
ToxicKidz
2022-01-26
-28
/
+28
|
\
|
|
|
*
|
Time: return strings from until_expiration instead of ambiguous None
MarkKoz
2021-08-07
-3
/
+2
|
*
|
Fix create_user_embed tests
MarkKoz
2021-08-07
-0
/
+9
[next]