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
(
follow
)
Commit message (
Expand
)
Author
Age
Lines
*
Decorators: clean up imports
MarkKoz
2020-07-31
-2
/
+2
*
Jam tests: use the MAX_CHANNELS constant more
MarkKoz
2020-07-22
-4
/
+4
*
Jam tests: assert equality of new category
MarkKoz
2020-07-22
-1
/
+2
*
Jam tests: add subtests to non-existent category test
MarkKoz
2020-07-22
-7
/
+18
*
Jam tests: fix category test
MarkKoz
2020-07-22
-14
/
+24
*
Merge branch 'master' into jam-test
Mark
2020-07-22
-185
/
+1384
|
\
|
*
Edited tests to reflect changes (removed py formatting)
wookie184
2020-07-20
-3
/
+3
|
*
Merge 'master' into 'kwzrd/incidents'; resolve config conflicts
kwzrd
2020-07-16
-39
/
+24
|
|
\
|
|
*
Merge branch 'master' into dm_relay
Leon Sandøy
2020-07-15
-0
/
+12
|
|
|
\
|
|
|
*
edit snekbox tests to work with filtering
Slushie
2020-07-13
-0
/
+12
|
|
*
|
Fix DuckPond tests now that send_webhook is gone.
Leon Sandøy
2020-07-12
-39
/
+12
|
|
|
/
|
*
|
Incidents: reduce log level of 404 exception
kwzrd
2020-07-16
-2
/
+12
|
*
|
Incidents: link `proxy_url` if attachment fails to download
kwzrd
2020-07-14
-37
/
+36
|
*
|
Incidents: add `download_file` helper & tests
kwzrd
2020-07-13
-0
/
+20
|
*
|
Incidents tests: improve in-line comment wording
kwzrd
2020-07-09
-1
/
+1
|
*
|
Merge 'master' into 'kwzrd/incidents'; resolve mod pkg init conflict
kwzrd
2020-07-08
-24
/
+242
|
|
\
|
|
|
*
Fix imports in slowmode tests
Den4200
2020-07-06
-3
/
+3
|
|
*
Improve set_slowmode tests by checking whether the channel was edited
Den4200
2020-07-06
-8
/
+22
|
|
*
Add multiple test cases for set_slowmode tests
Den4200
2020-07-06
-10
/
+34
|
|
*
Use local text_channel instead of instance attribute
Den4200
2020-07-06
-13
/
+10
|
|
*
Add tests for set_slowmode
Den4200
2020-07-06
-0
/
+20
|
|
*
Add tests for reset_slowmode
Den4200
2020-07-06
-3
/
+22
|
|
*
Add tests for cog_check and get_slowmode
Den4200
2020-07-06
-0
/
+37
|
|
*
Merge branch 'master' into issue926-paginate-long-lines
Kyle Stanley
2020-06-26
-191
/
+514
|
|
|
\
|
|
|
*
Merge branch 'master' into bug/backend/bot-50/sync-ignore-guilds
kwzrd
2020-06-22
-10
/
+85
|
|
|
|
\
|
|
|
|
*
Merge branch 'master' into logging-tests
Kieran Siek
2020-06-22
-200
/
+1047
|
|
|
|
|
\
|
|
|
|
*
|
Logging Tests: Simplify `DEBUG_MODE` `False` test
ks129
2020-05-22
-11
/
+1
|
|
|
|
*
|
Merge branch 'master' into logging-tests
ks129
2020-05-17
-10
/
+178
|
|
|
|
|
\
\
|
|
|
|
*
|
|
Created tests for `bot.cogs.logging` connected message.
ks129
2020-04-14
-0
/
+42
|
|
|
*
|
|
|
Sync: fix guild ID check
MarkKoz
2020-06-17
-16
/
+19
|
|
|
*
|
|
|
Sync: ignore 404s in on_user_update
MarkKoz
2020-06-14
-7
/
+10
|
|
|
*
|
|
|
Sync tests: test listeners ignore events from other guilds
MarkKoz
2020-06-14
-10
/
+54
|
|
*
|
|
|
|
In LinePaginator, truncate words that exceed scale_to_size
Kyle Stanley
2020-06-26
-7
/
+5
|
|
*
|
|
|
|
Update LinePaginator.add_line() tests
Kyle Stanley
2020-06-26
-5
/
+5
|
|
*
|
|
|
|
Merge branch 'master' into issue926-paginate-long-lines
Kyle Stanley
2020-06-04
-40
/
+645
|
|
|
\
\
\
\
\
|
|
*
|
|
|
|
|
Improve LinePaginator to support long lines
Kyle Stanley
2020-06-04
-7
/
+34
|
*
|
|
|
|
|
|
Incidents: archive incident attachments
kwzrd
2020-07-03
-0
/
+30
|
*
|
|
|
|
|
|
Incidents: relay incidents as embeds rather than raw content
kwzrd
2020-07-01
-21
/
+11
|
*
|
|
|
|
|
|
Incidents: implement `make_embed` helper & tests
kwzrd
2020-07-01
-0
/
+26
|
*
|
|
|
|
|
|
Incidents: pass `actioned_by` to `archive`
kwzrd
2020-06-30
-3
/
+5
|
*
|
|
|
|
|
|
Incidents: revert latest 2 commits
kwzrd
2020-06-30
-46
/
+6
|
*
|
|
|
|
|
|
Incidents: append `actioned_by` to webhook username
kwzrd
2020-06-21
-6
/
+17
|
*
|
|
|
|
|
|
Incidents: implement `make_username` helper
kwzrd
2020-06-21
-0
/
+29
|
*
|
|
|
|
|
|
Incidents tests: assert webhook username is de-clyded
kwzrd
2020-06-20
-0
/
+19
|
*
|
|
|
|
|
|
Merge branch 'origin/master' into kwzrd/incidents
kwzrd
2020-06-20
-9
/
+50
|
|
\
\
\
\
\
\
\
|
|
|
|
_
|
_
|
_
|
_
|
/
|
|
|
/
|
|
|
|
|
|
|
*
|
|
|
|
|
Merge branch 'master' into bug/mod/bot-2a/webhook-clyde
kwzrd
2020-06-20
-10
/
+26
|
|
|
\
\
\
\
\
\
|
|
|
*
\
\
\
\
\
Merge branch 'master' into bug/filters/bot-58/removers-ignore-dms
Dennis Pham
2020-06-19
-1
/
+3
|
|
|
|
\
\
\
\
\
\
|
|
|
*
|
|
|
|
|
|
Token remover: exit early if message already deleted
MarkKoz
2020-06-15
-1
/
+14
|
|
|
*
|
|
|
|
|
|
Token remover: move bot check to on_message
MarkKoz
2020-06-15
-16
/
+7
|
|
|
*
|
|
|
|
|
|
Token remover: ignore DMs
MarkKoz
2020-06-15
-0
/
+10
|
|
|
|
|
_
|
_
|
/
/
/
|
|
|
|
/
|
|
|
|
|
[next]