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
*
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
|
\
|
*
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
|
|
|
|
/
/
/
|
|
|
/
|
|
|
|
*
|
|
|
|
Adjust tests for new converter behavior.
Numerlor
2020-02-26
-1
/
+1
|
|
|
/
/
/
|
|
/
|
|
|
*
|
|
|
|
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
|
\
|
|
|
|
|
*
|
|
|
Merge remote-tracking branch 'origin/master' into bug/backend/b704/ready-miss...
MarkKoz
2020-02-23
-246
/
+642
|
|
\
|
|
|
|
*
|
|
|
Sync: add confirmation timeout and max diff to config
MarkKoz
2020-02-19
-2
/
+2
|
*
|
|
|
Tests: fix unawaited error for MockAPIClient
MarkKoz
2020-02-12
-5
/
+1
|
*
|
|
|
Sync tests: use async_test decorator
MarkKoz
2020-02-12
-94
/
+135
|
*
|
|
|
Sync tests: test on_member_join
MarkKoz
2020-02-12
-0
/
+52
|
*
|
|
|
Sync tests: add a third role with a lower ID to on_member_update test
MarkKoz
2020-02-12
-1
/
+2
|
*
|
|
|
Sync tests: fix on_member_remove listener test
MarkKoz
2020-02-12
-13
/
+6
|
*
|
|
|
Sync tests: assert that listeners are actually added as listeners
MarkKoz
2020-02-12
-0
/
+14
|
*
|
|
|
Sync tests: test sync commands require the admin permission
MarkKoz
2020-02-12
-1
/
+18
|
*
|
|
|
Tests: create TestCase subclass with a permissions check assertion
MarkKoz
2020-02-12
-0
/
+34
|
*
|
|
|
Sync tests: test sync users command
MarkKoz
2020-02-12
-0
/
+7
|
*
|
|
|
Sync tests: test sync roles command
MarkKoz
2020-02-12
-0
/
+9
|
*
|
|
|
Sync tests: test Sync cog's on_user_update
MarkKoz
2020-02-12
-1
/
+42
|
*
|
|
|
Sync tests: fix ID in endpoint for test_sync_cog_on_member_remove
MarkKoz
2020-02-12
-1
/
+1
|
*
|
|
|
Sync tests: test Sync cog's on_member_update for other attributes
MarkKoz
2020-02-12
-0
/
+21
|
*
|
|
|
Sync tests: test Sync cog's on_member_update for roles
MarkKoz
2020-02-12
-0
/
+11
|
*
|
|
|
Sync tests: test Sync cog's on_member_remove
MarkKoz
2020-02-12
-0
/
+17
|
*
|
|
|
Sync tests: test Sync cog's on_guild_role_update
MarkKoz
2020-02-12
-0
/
+35
[next]