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
*
Add custom exceptions for each error state.
Leon Sandøy
2020-05-28
-3
/
+4
*
Merge branch 'master' into redis_persistence
Leon Sandøy
2020-05-27
-10
/
+49
|
\
|
*
Add some tests for `in_whitelist_check`.
Leon Sandøy
2020-05-27
-0
/
+48
|
*
Remove the now deprecated in_channel_check.
Leon Sandøy
2020-05-27
-8
/
+0
|
*
Find + change all InWhitelistCheckFailure imports
Leon Sandøy
2020-05-27
-2
/
+1
|
*
Refactor the in_whitelist deco to a check.
Leon Sandøy
2020-05-27
-2
/
+2
*
|
Floats are no longer permitted as RedisCache keys.
Leon Sandøy
2020-05-27
-5
/
+8
*
|
Refactor .increment and add lock test.
Leon Sandøy
2020-05-27
-64
/
+99
*
|
Clear cache in asyncSetUp instead of tests.
Leon Sandøy
2020-05-27
-6
/
+1
*
|
Add a test for RuntimeErrors.
Leon Sandøy
2020-05-26
-0
/
+22
*
|
Improve output of section name in config validation subtests
MarkKoz
2020-05-25
-1
/
+1
*
|
Support validating collection types for constants
MarkKoz
2020-05-25
-8
/
+32
*
|
Add support for Union type annotations for constants
MarkKoz
2020-05-24
-5
/
+12
*
|
Improve error and error testing for increment
Leon Sandøy
2020-05-24
-0
/
+8
*
|
MockBot needs to be aware of redis_ready
Leon Sandøy
2020-05-24
-1
/
+1
*
|
Add .increment and .decrement methods.
Leon Sandøy
2020-05-24
-0
/
+34
*
|
Make .items return ItemsView instead of AsyncIter
Leon Sandøy
2020-05-24
-2
/
+2
*
|
Remove redis session mock from MockBot
MarkKoz
2020-05-23
-16
/
+0
*
|
DRY approach to typestring prefix resolution
Leon Sandøy
2020-05-23
-0
/
+21
*
|
Fix typo in test_to_dict docstring
Leon Sandøy
2020-05-23
-1
/
+1
*
|
Merge branch 'master' into redis_persistence
Leon Sandøy
2020-05-23
-4
/
+7
|
\
|
|
*
Merge branch 'master' into eval-timeout-increase
Dennis Pham
2020-05-19
-3
/
+2
|
|
\
|
|
*
Use `Command`-object for `send_help`
Sebastiaan Zeeff
2020-05-17
-2
/
+2
|
|
*
Use `send_help` to invoke command help
Sebastiaan Zeeff
2020-05-17
-2
/
+1
|
*
|
Change tests to use the new timeout constant
Numerlor
2020-05-15
-1
/
+5
|
|
/
*
|
Complete asyncified test suite for RedisCache
Leon Sandøy
2020-05-23
-94
/
+112
*
|
Finish .set and .get, and add tests.
Leon Sandøy
2020-05-23
-12
/
+26
*
|
Use autospecced mocks in MockBot for the stats and aiohttp session
MarkKoz
2020-05-22
-0
/
+4
*
|
Properly mock the redis pool in MockBot
MarkKoz
2020-05-22
-9
/
+19
*
|
Fix unawaited coro warning when instantiating Bot for MockBot's spec
MarkKoz
2020-05-22
-10
/
+14
*
|
Improve aiohttp context manager mocking in snekbox tests
MarkKoz
2020-05-22
-3
/
+12
*
|
Fix assertion for `create_task` in duck pond tests
MarkKoz
2020-05-22
-1
/
+1
*
|
Set up async testbed
Leon Sandøy
2020-05-22
-189
/
+128
*
|
Test suite for the redis dict.
Leon Sandøy
2020-05-17
-0
/
+189
|
/
*
Tests: change avatar_url_as assertion to use static_format
MarkKoz
2020-04-30
-1
/
+1
*
Add DMChannel tests for in_whitelist decorator
Sebastiaan Zeeff
2020-04-27
-31
/
+63
*
Add mock for discord.DMChannels
Sebastiaan Zeeff
2020-04-27
-0
/
+21
*
Exclude never-run lines from coverage
Sebastiaan Zeeff
2020-04-27
-2
/
+2
*
Simplify `in_whitelisted_context` decorator API
Sebastiaan Zeeff
2020-04-23
-32
/
+32
*
Add tests for `in_whitelisted_context` decorator
Sebastiaan Zeeff
2020-04-23
-0
/
+115
*
Remove vestigial kwargs from MockTextChannel.__init__
Sebastiaan Zeeff
2020-04-23
-1
/
+1
*
Replace `in_channel` decorator by `in_whitelisted_context`
Sebastiaan Zeeff
2020-04-23
-2
/
+2
*
(Syncer Tests): Replaced wrong side effect
ks129
2020-04-09
-1
/
+2
*
Set unsilence permissions to inherit instead of true
Sebastiaan Zeeff
2020-03-30
-1
/
+1
*
Merge branch 'master' into hush-cog
Eivind Teig
2020-03-30
-58
/
+131
|
\
|
*
Snekbox tests: use `get_code` in `test_continue_eval_does_continue`
MarkKoz
2020-03-25
-3
/
+6
|
*
Snekbox tests: test `get_code`
MarkKoz
2020-03-25
-4
/
+32
|
*
Cog tests: comment some code for clarification
MarkKoz
2020-03-16
-0
/
+3
|
*
Cog tests: fix error on import due to discord.ext.tasks.loop
MarkKoz
2020-03-13
-3
/
+5
|
*
Cog tests: fix leading space in aliases without parents
MarkKoz
2020-03-13
-1
/
+1
[next]