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
*
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
*
Merging in master
Leon Sandøy
2019-11-13
-144
/
+637
|
\
|
*
Merge branch 'master' into unittest-helpers-improvements
scragly
2019-11-14
-0
/
+101
|
|
\
|
|
*
Merge branch 'master' into unittest-links
Mark
2019-11-08
-13
/
+483
|
|
|
\
|
|
*
|
Update docstring to use asterisks when referring to argument names
kwzrd
2019-11-08
-1
/
+1
|
|
*
|
Add whitespace for readability, consistency & allure
kwzrd
2019-11-08
-0
/
+1
|
|
*
|
Adjust case to only test a single aspect
kwzrd
2019-11-02
-1
/
+1
|
|
*
|
Annotate unclear test cases with inline comments
kwzrd
2019-11-02
-2
/
+2
|
|
*
|
Add two more test cases for links rule unit test
kwzrd
2019-11-01
-0
/
+7
|
|
*
|
Add unit test for links antispam rule
kwzrd
2019-11-01
-0
/
+93
|
*
|
|
Prevent await warnings for MockBot's create_task
Sebastiaan Zeeff
2019-11-13
-1
/
+19
|
*
|
|
Prevent setting unknown attributes on d.py mocks
Sebastiaan Zeeff
2019-11-13
-158
/
+101
|
*
|
|
Allow `name` attribute to be set during Mock init
Sebastiaan Zeeff
2019-11-13
-0
/
+3
|
*
|
|
Prevent unwanted logging while running tests
Sebastiaan Zeeff
2019-11-13
-1
/
+14
|
|
|
/
|
|
/
|
|
*
|
Merge branch 'master' into user-command-enhancements
scragly
2019-11-04
-0
/
+52
|
|
\
\
|
*
|
|
Enhance the output of the user command
Sebastiaan Zeeff
2019-10-31
-13
/
+431
|
|
|
/
|
|
/
|
*
|
|
Add tests for on_raw_reaction_add.
Leon Sandøy
2019-11-12
-14
/
+70
*
|
|
Implement a mixed duck test.
Leon Sandøy
2019-11-11
-10
/
+20
*
|
|
Adding ducky count tests and a new AsyncIteratorMock
Leon Sandøy
2019-11-11
-15
/
+93
*
|
|
Test is_staff and has_green_checkmark.
Leon Sandøy
2019-11-03
-17
/
+35
*
|
|
Resolving merge conflicts from master
Leon Sandøy
2019-11-03
-179
/
+256
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
Use `casefold` in some cases.
Johannes Christ
2019-11-02
-1
/
+4
|
*
|
Write tests for `bot.utils`.
Johannes Christ
2019-11-01
-0
/
+49
|
|
/
|
*
Update docstring and remove redundant attribute
Sebastiaan Zeeff
2019-10-30
-4
/
+9
|
*
Enhance custom mock helpers
Sebastiaan Zeeff
2019-10-30
-161
/
+150
|
*
Change generation of child mocks
Sebastiaan Zeeff
2019-10-28
-36
/
+67
*
|
Figure out which tests we need.
Leon Sandøy
2019-10-31
-0
/
+81
|
/
*
Add test cases for in_channel_check
Atul Mishra
2019-10-22
-0
/
+8
*
Merge branch 'master' into moderator-channel-check
Atul Mishra
2019-10-22
-1174
/
+2310
|
\
|
*
Merge branch 'master' into unittest-migration
Sebastiaan Zeeff
2019-10-15
-0
/
+62
|
|
\
|
*
|
Remove empty tests.cogs folder
Sebastiaan Zeeff
2019-10-14
-0
/
+0
|
*
|
Make test_token_remover use our discord Mocks
Sebastiaan Zeeff
2019-10-14
-8
/
+5
|
*
|
Use `MockBot`.
Johannes Christ
2019-10-14
-3
/
+3
|
*
|
Move the `token_remover` cog tests to `unittest`.
Johannes Christ
2019-10-14
-0
/
+139
|
*
|
Merge branch 'unittest-migration' of github.com:python-discord/bot into unitt...
Sebastiaan Zeeff
2019-10-14
-0
/
+26
|
|
\
\
|
|
*
|
Migrate test_constants to unittest
Sebastiaan Zeeff
2019-10-14
-0
/
+26
|
*
|
|
Add more specialized Mocks to tests.helpers
Sebastiaan Zeeff
2019-10-14
-181
/
+383
|
|
/
/
|
*
|
Remove empty tests.cogs folder
Sebastiaan Zeeff
2019-10-14
-0
/
+0
|
*
|
Merge branch 'cogs-security-unittest' into unittest-migration
Sebastiaan Zeeff
2019-10-14
-0
/
+59
|
|
\
\
|
|
*
|
Move test_security to tests.bot.cogs
Sebastiaan Zeeff
2019-10-14
-0
/
+0
|
|
*
|
Use `MockBot` and `MockContext`.
Johannes Christ
2019-10-13
-3
/
+3
|
|
*
|
Move the `security` cog tests to `unittest`.
Johannes Christ
2019-10-12
-0
/
+59
[next]