| Commit message (Collapse) | Author | Lines | ||
|---|---|---|---|---|
| 2020-05-18 | EH Tests: Added test for `CheckFailure` handling on handler | -0/+9 | ||
| 2020-05-18 | EH Tests: Added test for `UserInputError` handling on handler | -0/+9 | ||
| 2020-05-18 | EH Tests: Added another test for `CommandNotFound` error handling | -0/+17 | ||
| Added test for case when `Context.invoked_from_error_handler` is `True` | ||||
| 2020-05-18 | Test Helpers: Added new attribute to `MockContext` | -0/+2 | ||
| Added `invoked_from_error_handler` attribute that is `False` default. | ||||
| 2020-05-18 | Error Handler: Changed `CommandNotFound` error check for testing | -1/+1 | ||
| Replaced `hasattr` with `getattr` for unit tests | ||||
| 2020-05-18 | EH Tests: Remove class member `cog` + other small changes | -14/+15 | ||
| - Added `assertIsNone` to `test_error_handler_already_handled`. - Removed `ErrorHandlerTests.cog`, moved it to each test recreation. | ||||
| 2020-05-18 | EH Tests: Created test for `CommandNotFound` error when call isn't by EH | -0/+49 | ||