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
*
Cog tests: add a function to yield all commands
MarkKoz
2020-03-13
-0
/
+7
*
Cog tests: add a function to get all qualified names for a cmd
MarkKoz
2020-03-13
-0
/
+8
*
Cog tests: add a function to get all cogs
MarkKoz
2020-03-13
-0
/
+7
*
Cog tests: add a function to get all extensions
MarkKoz
2020-03-13
-0
/
+11
*
Cog tests: add a function to get all commands
MarkKoz
2020-03-09
-0
/
+12
*
Cog tests: create boilerplate for command name tests
MarkKoz
2020-03-09
-0
/
+7
*
Merge branch 'master' into roles-command-pagination
scragly
2020-03-05
-48
/
+11
|
\
|
*
Update code for pep8-naming compliance
S. Co1
2020-03-03
-6
/
+6
|
*
Remove CaseInsensitiveDict
S. Co1
2020-03-03
-37
/
+0
|
*
Add more pre-commit hooks
MarkKoz
2020-03-02
-5
/
+5
*
|
(Information Cog, !roles command test): Removed 's' at end of "Total 1 role(s...
ks123
2020-03-05
-1
/
+1
*
|
(Information Cog, !roles command test): Applied empty parameter change.
ks123
2020-03-05
-1
/
+1
*
|
Merge branch 'master' into roles-command-pagination
S. Co1
2020-03-03
-512
/
+196
|
\
|
|
*
Modify log test regex to be non-os-specific
S. Co1
2020-03-01
-1
/
+1
|
*
Migrate snekbox tests to Python 3.8's unittest
Sebastiaan Zeeff
2020-02-29
-41
/
+27
|
*
Merge branch 'master' into python38-migration
Sebastiaan Zeeff
2020-02-29
-23
/
+376
|
|
\
|
*
|
Use MagicMock as return value for _get_diff mock
Sebastiaan Zeeff
2020-02-24
-2
/
+2
|
*
|
Sync tests: use autospec instead of MockSyncer
MarkKoz
2020-02-23
-18
/
+4
|
*
|
Migrate syncers test suite to Python 3.8
Sebastiaan Zeeff
2020-02-24
-75
/
+34
|
*
|
Use realistic mixin implementation
Sebastiaan Zeeff
2020-02-24
-1
/
+1
|
*
|
Merge branch 'master' into python38-migration
Sebastiaan Zeeff
2020-02-24
-210
/
+1198
|
|
\
\
|
*
|
|
Fix test_time test and ensure coverage
Sebastiaan Zeeff
2020-02-23
-4
/
+4
|
*
|
|
Use unittest's AsyncMock instead of our AsyncMock
Sebastiaan Zeeff
2020-02-23
-213
/
+103
|
*
|
|
Remove lingering pytest test_time.py file
Sebastiaan Zeeff
2020-02-23
-62
/
+0
|
*
|
|
Use IsolatedAsyncioTestCase instead of async_test
Sebastiaan Zeeff
2020-02-23
-70
/
+13
|
*
|
|
Use mixin-composition not inheritance for LoggingTestCase
Sebastiaan Zeeff
2020-02-23
-16
/
+14
*
|
|
|
!roles Command Test: Applied !roles command changes
Karlis. S
2020-03-01
-3
/
+2
|
|
_
|
/
|
/
|
|
*
|
|
Merge branch 'master' into fuzzy_zero_div
Shirayuki Nekomata
2020-02-29
-0
/
+380
|
\
\
\
|
*
\
\
Merge remote-tracking branch 'origin/master' into eval-enhancements
MarkKoz
2020-02-28
-471
/
+1844
|
|
\
\
\
|
*
|
|
|
Return only the new code in continue_eval and check for truthiness instead
Matteo
2020-02-28
-4
/
+4
|
*
|
|
|
Use unicode code point instead of literal for the snekbox re-eval emoji
Matteo
2020-02-27
-3
/
+3
|
*
|
|
|
Split the eval command procedure into two functions.
Matteo
2020-02-27
-69
/
+81
|
*
|
|
|
Merge branch 'master' into eval-enhancements
Matteo Bertucci
2020-02-18
-1
/
+8
|
|
\
\
\
\
|
*
|
|
|
|
Use kwargs to set mock attributes
Matteo
2020-02-18
-25
/
+11
|
*
|
|
|
|
Assert return value of Snekbox.post_eval
Matteo
2020-02-18
-1
/
+3
|
*
|
|
|
|
Use a space instead of an empty string in test_get_status_emoji
Matteo Bertucci
2020-02-18
-1
/
+1
|
*
|
|
|
|
Delete additional informations from subtest
Matteo Bertucci
2020-02-18
-1
/
+1
|
*
|
|
|
|
Split assertions onto separate lines
Matteo Bertucci
2020-02-18
-4
/
+8
|
*
|
|
|
|
Split assertion onto separate lines
Matteo Bertucci
2020-02-18
-1
/
+2
|
*
|
|
|
|
Write tests for bot/cogs/test_snekbox.py
Akarys42
2020-02-09
-0
/
+363
|
*
|
|
|
|
Create an AsyncContextManagerMock mock for testing asynchronous context managers
Akarys42
2020-02-09
-0
/
+12
*
|
|
|
|
|
Merge branch 'master' into fuzzy_zero_div
Numerlor
2020-02-28
-7
/
+7
|
\
\
\
\
\
\
|
|
|
_
|
/
/
/
|
|
/
|
|
|
|
|
*
|
|
|
|
Merge branch 'master' into feat/backend/b496/rename-constants
Leon Sandøy
2020-02-28
-15
/
+0
|
|
\
\
\
\
\
|
*
|
|
|
|
|
Fix mismatched constant names in syncer tests
S. Co1
2020-02-25
-2
/
+2
|
*
|
|
|
|
|
Merge branch 'master' into feat/backend/b496/rename-constants
S. Co1
2020-02-25
-205
/
+1197
|
|
\
\
\
\
\
\
|
|
|
|
_
|
_
|
_
|
/
|
|
|
/
|
|
|
|
|
*
|
|
|
|
|
Tests: fix setting bot-commands ID in information tests
MarkKoz
2020-02-23
-4
/
+4
|
*
|
|
|
|
|
Constants: rename roles to match their names in the guild
MarkKoz
2020-02-23
-1
/
+1
|
|
|
_
|
_
|
_
|
/
|
|
/
|
|
|
|
*
|
|
|
|
|
Merge branch 'master' into fuzzy_zero_div
Sebastiaan Zeeff
2020-02-27
-15
/
+0
|
\
\
\
\
\
\
|
|
|
_
|
/
/
/
|
|
/
|
|
|
|
|
*
|
|
|
|
Merge branch 'master' into channel_constants_check
Numerlor
2020-02-25
-205
/
+1197
|
|
\
\
\
\
\
|
|
|
|
/
/
/
|
|
|
/
|
|
|
|
*
|
|
|
|
Remove unused `chunks` function and its tests.
Numerlor
2020-02-24
-15
/
+0
|
|
|
/
/
/
|
|
/
|
|
|
[next]