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-02-12
Sync tests: fix fake_user fixture
MarkKoz
-7
/
+9
2020-02-12
Sync tests: test empty diff for no users
MarkKoz
-6
/
+9
2020-02-12
Sync tests: add fixture to get a guild with members
MarkKoz
-1
/
+19
2020-02-12
Sync tests: rename user sync test case
MarkKoz
-2
/
+2
2020-02-12
Sync tests: test syncs with multiple roles
MarkKoz
-15
/
+37
2020-02-12
Sync tests: test API requests for role syncing
MarkKoz
-1
/
+34
2020-02-12
Sync tests: create separate role test cases for diff and sync tests
MarkKoz
-2
/
+10
2020-02-12
Sync tests: remove guild_roles lists and assign roles to variables
MarkKoz
-14
/
+8
2020-02-12
Sync tests: remove diff test for updated and new roles together
MarkKoz
-19
/
+0
2020-02-12
Sync tests: test diff for all 3 role changes simultaneously
MarkKoz
-21
/
+17
2020-02-12
Sync tests: test diff for deleted roles
MarkKoz
-17
/
+10
2020-02-12
Sync tests: test diff for new roles
MarkKoz
-20
/
+15
2020-02-12
Sync tests: create a role in setUp to use as a constant
MarkKoz
-6
/
+5
2020-02-12
Sync tests: test diff for updated roles
MarkKoz
-27
/
+16
2020-02-12
Sync tests: test empty diff for identical roles
MarkKoz
-8
/
+11
2020-02-12
Sync tests: fix creation of MockRoles
MarkKoz
-3
/
+4
2020-02-12
Sync tests: add fixture to create a guild with roles
MarkKoz
-1
/
+21
2020-02-12
Sync tests: rename the role syncer test case
MarkKoz
-1
/
+1
2020-02-12
Tests: add a MockAPIClient
MarkKoz
-0
/
+18
2020-02-12
Sync: handle API errors gracefully
MarkKoz
-10
/
+21
2020-02-12
Sync: mention core devs when results are shown & fix missing space
MarkKoz
-6
/
+8
2020-02-12
Sync: split _confirm() into two functions
MarkKoz
-10
/
+32
2020-02-12
Sync: keep the mention for all edits of the confirmation prompt
MarkKoz
-4
/
+6
2020-02-12
Sync: add trace and debug logging
MarkKoz
-1
/
+16
2020-02-12
Sync: fix confirmation reaction check
MarkKoz
-5
/
+10
2020-02-12
Sync: remove author mention from confirm prompt
MarkKoz
-2
/
+2
2020-02-12
Sync: fix overwriting message with None after editing it
MarkKoz
-1
/
+1
2020-02-12
Sync: fix passing context instead of message to _confirm()
MarkKoz
-4
/
+5
2020-02-12
Sync: fix missing await for fetch_channel
MarkKoz
-1
/
+1
2020-02-12
Sync: allow for None values in Diffs
MarkKoz
-4
/
+4
2020-02-12
Sync: make Role, User, and Diff private
MarkKoz
-15
/
+15
2020-02-12
Sync: remove generic type from Diff
MarkKoz
-19
/
+10
2020-02-12
Sync: move sync logic into Syncer base class
MarkKoz
-93
/
+54
2020-02-12
Sync: prompt to confirm when diff is greater than 10
MarkKoz
-37
/
+158
2020-02-12
Sync: create classes for syncers
MarkKoz
-242
/
+158
2020-02-12
Sync: support sending messages to a context in sync()
MarkKoz
-17
/
+11
2020-02-12
Sync: support multiple None totals returns from a syncer
MarkKoz
-10
/
+7
2020-02-12
Sync: create function for running a single syncer
MarkKoz
-22
/
+24
2020-02-12
Sync: refactor cog
MarkKoz
-25
/
+26
2020-02-12
API: create request function which has a param for the HTTP method
MarkKoz
-18
/
+10
2020-02-12
API: define functions with keyword-only arguments
MarkKoz
-10
/
+10
2020-02-12
Constants: add dev-core channel and check mark emoji
MarkKoz
-0
/
+4
2020-02-12
Use wait_until_guild_available instead of wait_until_ready
MarkKoz
-13
/
+13
2020-02-12
Bot: make the connector attribute private
MarkKoz
-4
/
+4
2020-02-12
Bot: add wait_until_guild_available
MarkKoz
-0
/
+39
2020-02-12
Fix pagniation module for "last page" reaction
mosguinz
-1
/
+1
2020-02-09
Remove clear reaction from paginators
MarkKoz
-17
/
+2
2020-02-07
Pin discord.py to 1.3.x
MarkKoz
-2
/
+2
2020-02-07
Update discord.py to 1.3.1
MarkKoz
-39
/
+34
2020-02-06
Add missing slash to asking good questions url.
scragly
-1
/
+1
[next]