| Commit message (Collapse) | Author | Age | Lines | ||
|---|---|---|---|---|---|
| ... | |||||
| | | | | | | | | | | | * | | | | EH Tests: Create test for `handle_check_failure` | 2020-05-19 | -0/+48 | ||
| | | | | | | | | | | | | | | | | |||||
| | | | | | | | | | | | * | | | | EH Tests: Create test for `handle_input_error` | 2020-05-19 | -6/+36 | ||
| | | | | | | | | | | | | | | | | |||||
| | | | | | | | | | | | * | | | | Error Handler: Changed way of help command get + send to avoid warning | 2020-05-19 | -6/+4 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Only get coroutine when this is gonna be awaited. | ||||
| | | | | | | | | | | | * | | | | EH Tests: Created test for `handle_user_input_error` `get_help_command` | 2020-05-19 | -0/+16 | ||
| | | | | | | | | | | | | | | | | |||||
| | | | | | | | | | | | * | | | | EH Tests: Added test for `try_get_tag` `ResponseCodeError` ignore | 2020-05-19 | -0/+6 | ||
| | | | | | | | | | | | | | | | | |||||
| | | | | | | | | | | | * | | | | EH Tests: Added test for `try_get_tag` `ctx.invoke` calling | 2020-05-19 | -0/+7 | ||
| | | | | | | | | | | | | | | | | |||||
| | | | | | | | | | | | * | | | | EH Tests: Added test for `try_get_tag` tag name converting failing | 2020-05-19 | -0/+9 | ||
| | | | | | | | | | | | | | | | | |||||
| | | | | | | | | | | | * | | | | EH Tests: Added test for `try_get_tag` successful tag name converting | 2020-05-19 | -0/+9 | ||
| | | | | | | | | | | | | | | | | |||||
| | | | | | | | | | | | * | | | | EH Tests: Added test for `try_get_tag` error handling | 2020-05-19 | -2/+11 | ||
| | | | | | | | | | | | | | | | | |||||
| | | | | | | | | | | | * | | | | EH Tests: Added test for `try_get_tag` checks fail | 2020-05-19 | -2/+8 | ||
| | | | | | | | | | | | | | | | | |||||
| | | | | | | | | | | | * | | | | EH Tests: Added test for `try_get_tag` `invoked_from_error_handler` | 2020-05-19 | -0/+7 | ||
| | | | | | | | | | | | | | | | | |||||
| | | | | | | | | | | | * | | | | EH Tests: Added test for `try_get_tag` `get_command` calling | 2020-05-19 | -0/+19 | ||
| | | | | | | | | | | | | | | | | |||||
| | | | | | | | | | | | * | | | | EH Tests: Added tests for `get_help_command`in `OtherErrorHandlerTests` | 2020-05-19 | -0/+32 | ||
| | | | | | | | | | | | | | | | | |||||
| | | | | | | | | | | | * | | | | EH Tests: Cleanup `try_silence` tests | 2020-05-18 | -39/+27 | ||
| | | | | | | | | | | | | | | | | |||||
| | | | | | | | | | | | * | | | | EH Tests: Added test for `try_silence` no match message | 2020-05-18 | -0/+6 | ||
| | | | | | | | | | | | | | | | | |||||
| | | | | | | | | | | | * | | | | EH Tests: Created `try_silence` test to test unsilence command calling | 2020-05-18 | -0/+17 | ||
| | | | | | | | | | | | | | | | | |||||
| | | | | | | | | | | | * | | | | EH Tests: Created `try_silence` test to test silence command calling | 2020-05-18 | -0/+17 | ||
| | | | | | | | | | | | | | | | | |||||
| | | | | | | | | | | | * | | | | EH Tests: Created `try_silence` test to check no permission with except | 2020-05-18 | -0/+8 | ||
| | | | | | | | | | | | | | | | | |||||
| | | | | | | | | | | | * | | | | EH Tests: Created `try_silence` test to check no permission response | 2020-05-18 | -2/+9 | ||
| | | | | | | | | | | | | | | | | |||||
| | | | | | | | | | | | * | | | | EH Tests: Created `try_silence` test for `get_command` | 2020-05-18 | -0/+9 | ||
| | | | | | | | | | | | | | | | | |||||
| | | | | | | | | | | | * | | | | EH Tests: Created first test for `try_silence` | 2020-05-18 | -0/+18 | ||
| | | | | | | | | | | | | | | | | |||||
| | | | | | | | | | | | * | | | | EH Tests: Created test for all other errors | 2020-05-18 | -0/+8 | ||
| | | | | | | | | | | | | | | | | |||||
| | | | | | | | | | | | * | | | | EH Tests: Added test for 3 errors handling on handler | 2020-05-18 | -1/+17 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | These 3 errors is: - `ConversionError` - `MaxConcurrencyReached` - `ExtensionError` | ||||
| | | | | | | | | | | | * | | | | EH Tests: Added test for `CommandInvokeError` handling on handler | 2020-05-18 | -0/+22 | ||
| | | | | | | | | | | | | | | | | |||||
| | | | | | | | | | | | * | | | | EH Tests: Added test for `CommandOnCooldown` handling on handler | 2020-05-18 | -0/+8 | ||
| | | | | | | | | | | | | | | | | |||||
| | | | | | | | | | | | * | | | | EH Tests: Added test for `CheckFailure` handling on handler | 2020-05-18 | -0/+9 | ||
| | | | | | | | | | | | | | | | | |||||
| | | | | | | | | | | | * | | | | EH Tests: Added test for `UserInputError` handling on handler | 2020-05-18 | -0/+9 | ||
| | | | | | | | | | | | | | | | | |||||
| | | | | | | | | | | | * | | | | EH Tests: Added another test for `CommandNotFound` error handling | 2020-05-18 | -0/+17 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added test for case when `Context.invoked_from_error_handler` is `True` | ||||
| | | | | | | | | | | | * | | | | Test Helpers: Added new attribute to `MockContext` | 2020-05-18 | -0/+2 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added `invoked_from_error_handler` attribute that is `False` default. | ||||
| | | | | | | | | | | | * | | | | Error Handler: Changed `CommandNotFound` error check for testing | 2020-05-18 | -1/+1 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Replaced `hasattr` with `getattr` for unit tests | ||||
| | | | | | | | | | | | * | | | | EH Tests: Remove class member `cog` + other small changes | 2020-05-18 | -14/+15 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Added `assertIsNone` to `test_error_handler_already_handled`. - Removed `ErrorHandlerTests.cog`, moved it to each test recreation. | ||||
| | | | | | | | | | | | * | | | | EH Tests: Created test for `CommandNotFound` error when call isn't by EH | 2020-05-18 | -0/+49 | ||
| | | | | | | | | | | | | | | | | |||||
| | | | | | | | | | | | * | | | | EH Tests: Created test cases set + already handled error test | 2020-05-18 | -0/+22 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Created test that make sure when error is already handled in local error handler, this don't await `ctx.send` to make sure that this don't move forward. | ||||
| * | | | | | | | | | | | | | | | Adds Missing Voice Version Of Tests | 2021-05-04 | -3/+4 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Hassan Abouelela <[email protected]> | ||||
| * | | | | | | | | | | | | | | | Adds Voice Test Cases To Already Silenced Test | 2021-05-04 | -6/+8 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Hassan Abouelela <[email protected]> | ||||
| * | | | | | | | | | | | | | | | Copy Existing Text Channel Cache Tests For Voice | 2021-05-04 | -82/+97 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Duplicates existing silence and unsilence cache tests for voice channels. Signed-off-by: Hassan Abouelela <[email protected]> | ||||
| * | | | | | | | | | | | | | | | Uses Async Asserts Where Possible | 2021-04-24 | -21/+21 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Hassan Abouelela <[email protected]> | ||||
| * | | | | | | | | | | | | | | | Removes Unnecessary Members In Silence Tests | 2021-04-21 | -16/+14 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Reduces the number of members created for each test to the bare minimum required. Signed-off-by: Hassan Abouelela <[email protected]> | ||||
| * | | | | | | | | | | | | | | | Merge branch 'main' into voicechannel-mute | 2021-04-20 | -874/+2145 | ||
| |\| | | | | | | | | | | | | | | |||||
| | * | | | | | | | | | | | | | | Merge pull request #1535 from francisdbillones/patch-1 | 2021-04-20 | -1/+1 | ||
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix zen's negative indexing | ||||
| | | * \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'main' into patch-1 | 2021-04-20 | -14/+198 | ||
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | |||||
| | * | | | | | | | | | | | | | | | Merge pull request #1543 from python-discord/test-async-mock | 2021-04-20 | -1/+1 | ||
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Tests: AsyncMock is now in the standard library! | ||||
| | | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'main' into test-async-mock | 2021-04-20 | -7/+145 | ||
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | |||||
| | * | | | | | | | | | | | | | | | | Merge pull request #1544 from python-discord/mods-role-in-allowed-mentions | 2021-04-20 | -0/+1 | ||
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add the Moderators role to moderation_roles in config | ||||
| | | * | | | | | | | | | | | | | | | | Add the Moderators role to moderation_roles in config | 2021-04-20 | -0/+1 | ||
| | |/ / / / / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This allows mod alert pings to go through in #mod-alerts, the allowed mentions only included the mods team role which is not pinged on mod alerts. | ||||
| | * | | | | | | | | | | | | | | | | Merge pull request #1526 from python-discord/mbaruh/offduty | 2021-04-20 | -8/+145 | ||
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add Modpings cog and new Moderators role | ||||
| | | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'main' into mbaruh/offduty | 2021-04-20 | -42/+179 | ||
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | |||||
| | | * | | | | | | | | | | | | | | | | Remove allowed mentions in modlog alert | 2021-04-20 | -2/+1 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The modlog alert embed no longer pings everyone. | ||||
| | | * | | | | | | | | | | | | | | | | Improve rediscache doc | 2021-04-20 | -1/+1 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Co-authored-by: ChrisJL <[email protected]> | ||||
| | | * | | | | | | | | | | | | | | | | CamelCase the cog name | 2021-04-19 | -3/+3 | ||
| | | | | | | | | | | | | | | | | | | | |||||