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
*
Remove one indentation level.
Numerlor
2020-03-17
-3
/
+3
*
Rename `cog_unload` tests.
Numerlor
2020-03-17
-2
/
+2
*
Fix `test_cog_unload` passing tests with invalid values.
Numerlor
2020-03-17
-1
/
+1
*
Set `_get_instance_vars_event` in test's `setUp`.
Numerlor
2020-03-15
-0
/
+2
*
Adjust tests for new calling behaviour.
Numerlor
2020-03-15
-2
/
+2
*
Use dict instead of a set and custom class.
Numerlor
2020-03-15
-25
/
+3
*
Add tests for `_notifier`.
Numerlor
2020-03-11
-0
/
+19
*
Add tests for `remove_channel`.
Numerlor
2020-03-11
-0
/
+18
*
Remove `_current_loop` from setup.
Numerlor
2020-03-11
-2
/
+1
*
Add tests for `add_channel`.
Numerlor
2020-03-11
-0
/
+21
*
Create test case for `SilenceNotifier`
Numerlor
2020-03-11
-1
/
+7
*
Add tests for `_get_instance_vars`.
Numerlor
2020-03-11
-1
/
+28
*
Pass created channel instead of new object.
Numerlor
2020-03-11
-1
/
+1
*
Reset `self.ctx` call history after every subtest.
Numerlor
2020-03-11
-0
/
+1
*
Fix erroneous `assert_called_once_with` calls.
Numerlor
2020-03-11
-8
/
+7
*
Add test for `cog_check`.
Numerlor
2020-03-11
-0
/
+7
*
Add test for `cog_unload`.
Numerlor
2020-03-11
-1
/
+17
*
Use patch decorators and assign names from `with` patches.
Numerlor
2020-03-11
-11
/
+11
*
Separate tests for permissions and `muted_channels.add` on `_silence`.
Numerlor
2020-03-11
-5
/
+8
*
Add tests for `_unsilence`
Numerlor
2020-03-11
-1
/
+33
*
Use async test case.
Numerlor
2020-03-11
-14
/
+12
*
Add test for `_silence` method.
Numerlor
2020-03-11
-1
/
+34
*
Remove channel mentions from output discord messages.
Numerlor
2020-03-11
-4
/
+4
*
Remove unnecessary args from test cases.
Numerlor
2020-03-11
-6
/
+6
*
Use `patch.object` instead of patch with direct `return_value`.
Numerlor
2020-03-09
-9
/
+2
*
Add test for `unsilence` discord output.
Numerlor
2020-03-08
-0
/
+9
*
Add test for `silence` discord output.
Numerlor
2020-03-08
-0
/
+24
*
Add test case for Silence cog.
Numerlor
2020-03-08
-1
/
+10
*
Add tests for FirstHash class.
Numerlor
2020-03-08
-0
/
+25
*
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
|
|
|
\
\
\
\
[next]