index
:
bot
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
*
Sync tests: test diff for updated users
MarkKoz
2020-02-12
-9
/
+11
*
Sync tests: fix get_guild modifying the original member dicts
MarkKoz
2020-02-12
-0
/
+1
*
Sync tests: test empty diff for identical users
MarkKoz
2020-02-12
-8
/
+8
*
Sync tests: work around @everyone role being added by MockMember
MarkKoz
2020-02-12
-2
/
+3
*
Sync tests: fix mismatched attributes when creating a mock user
MarkKoz
2020-02-12
-0
/
+3
*
Sync tests: fix fake_user fixture
MarkKoz
2020-02-12
-7
/
+9
*
Sync tests: test empty diff for no users
MarkKoz
2020-02-12
-6
/
+9
*
Sync tests: add fixture to get a guild with members
MarkKoz
2020-02-12
-1
/
+19
*
Sync tests: rename user sync test case
MarkKoz
2020-02-12
-2
/
+2
*
Sync tests: test syncs with multiple roles
MarkKoz
2020-02-12
-15
/
+37
*
Sync tests: test API requests for role syncing
MarkKoz
2020-02-12
-1
/
+34
*
Sync tests: create separate role test cases for diff and sync tests
MarkKoz
2020-02-12
-2
/
+10
*
Sync tests: remove guild_roles lists and assign roles to variables
MarkKoz
2020-02-12
-14
/
+8
*
Sync tests: remove diff test for updated and new roles together
MarkKoz
2020-02-12
-19
/
+0
*
Sync tests: test diff for all 3 role changes simultaneously
MarkKoz
2020-02-12
-21
/
+17
*
Sync tests: test diff for deleted roles
MarkKoz
2020-02-12
-17
/
+10
*
Sync tests: test diff for new roles
MarkKoz
2020-02-12
-20
/
+15
*
Sync tests: create a role in setUp to use as a constant
MarkKoz
2020-02-12
-6
/
+5
*
Sync tests: test diff for updated roles
MarkKoz
2020-02-12
-27
/
+16
*
Sync tests: test empty diff for identical roles
MarkKoz
2020-02-12
-8
/
+11
*
Sync tests: fix creation of MockRoles
MarkKoz
2020-02-12
-3
/
+4
*
Sync tests: add fixture to create a guild with roles
MarkKoz
2020-02-12
-1
/
+21
*
Sync tests: rename the role syncer test case
MarkKoz
2020-02-12
-1
/
+1
*
Tests: add a MockAPIClient
MarkKoz
2020-02-12
-0
/
+18
*
Merge the note with the additional resources section
Matteo Bertucci
2020-01-30
-1
/
+2
*
Add additional resources to the test readme
Matteo Bertucci
2020-01-30
-0
/
+6
*
Merge branch 'master' into unittest-mentions
Matteo Bertucci
2019-12-13
-18
/
+894
|
\
|
*
Fixed a typo ( due to poor copy pasta and eyeballing skills )
Shirayuki Nekomata
2019-12-13
-1
/
+1
|
*
Added tests for `until_expiration`
Shirayuki Nekomata
2019-12-13
-0
/
+45
|
*
Merge branch 'master' into Write-unit-tests-for-`bot/utils/time.py`
scragly
2019-12-12
-25
/
+10
|
|
\
|
|
*
Fix test failures for setup log messages
MarkKoz
2019-12-08
-24
/
+7
|
|
*
Change all Bot imports to use the subclass
MarkKoz
2019-12-07
-1
/
+3
|
*
|
Removed `setUp()` from `TimeTests` since it is not being used for anything.
Shirayuki Nekomata
2019-12-05
-3
/
+0
|
*
|
Moved all individual test cases into iterables and test with `self.subTest` c...
Shirayuki Nekomata
2019-12-05
-14
/
+18
|
*
|
Added `self.subTest` for tests with multiple test cases & simplified single t...
Shirayuki Nekomata
2019-12-05
-19
/
+11
|
*
|
Introduced test for `test_format_infraction`, refactored `test_parse_rfc1123`...
Shirayuki Nekomata
2019-12-05
-5
/
+7
|
*
|
Splitting test cases for `format_infraction_with_duration` into proper, indep...
Shirayuki Nekomata
2019-12-05
-7
/
+27
|
*
|
Changed `assert` to `self.assertIs` for `test_wait_until`
Shirayuki Nekomata
2019-12-05
-1
/
+1
|
*
|
Added missing docstring for `test_humanize_delta_raises_for_invalid_max_units`
Shirayuki Nekomata
2019-12-05
-0
/
+1
|
*
|
Splitting test cases for `humanize_delta` into proper, independent tests.
Shirayuki Nekomata
2019-12-05
-7
/
+21
|
*
|
Added `unittest` for `bot.utils.time`
Shirayuki Nekomata
2019-12-04
-0
/
+87
|
|
/
|
*
Apply review comments to duckpond's unit tests
Sebastiaan Zeeff
2019-11-27
-72
/
+128
|
*
Apply suggestions from code review
Sebastiaan Zeeff
2019-11-16
-4
/
+3
|
*
Add unit tests with full coverage for `bot.cogs.duck_pond`
Sebastiaan Zeeff
2019-11-15
-159
/
+490
|
*
Add MockAsyncWebhook to mock `discord.Webhook` objects
Sebastiaan Zeeff
2019-11-15
-0
/
+21
|
*
Adjust MockReaction for new AsyncIteratorMock protocol
Sebastiaan Zeeff
2019-11-15
-3
/
+1
|
*
Add MockUser to mock `discord.User` objects
Sebastiaan Zeeff
2019-11-15
-0
/
+19
|
*
Add `return_value` support and assertions to AsyncIteratorMock
Sebastiaan Zeeff
2019-11-15
-4
/
+54
|
*
Add MockAttachment type and attachments default for MockMessage
Sebastiaan Zeeff
2019-11-14
-1
/
+16
|
*
Add bot=False default value to MockMember
Sebastiaan Zeeff
2019-11-14
-1
/
+1
[next]