-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
tests/test error handler #94
Conversation
71979b7
to
6bf9ab1
Compare
6bf9ab1
to
e8d7f12
Compare
Codecov Report
@@ Coverage Diff @@
## main #94 +/- ##
==========================================
+ Coverage 70.90% 77.51% +6.60%
==========================================
Files 33 33
Lines 1619 1739 +120
Branches 199 222 +23
==========================================
+ Hits 1148 1348 +200
+ Misses 439 357 -82
- Partials 32 34 +2
Continue to review full report at Codecov.
|
9193d83
to
4ba0e2e
Compare
4ba0e2e
to
5ea0af0
Compare
Signed-off-by: onerandomusername <genericusername414+git@gmail.com>
mock changes now mean that ctx.message.channel and ctx.channel are the same object
4da5f0a
to
5b220ce
Compare
3528756
to
2249903
Compare
tests 99% of the error handler to ensure that all errors are handled properly and don't raise more errors.