-
-
Notifications
You must be signed in to change notification settings - Fork 403
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
test: fully cover sopel.tools.target #2452
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If @SnoopJ's happy, I'm happy. (Because I was already happy before Snoo— oh, you know.)
Just dropped a couple hints to help with the rebase in line notes. 🙂
Rebase incoming... |
ae94eed
to
d58d949
Compare
So I did that with 2 force-push:
|
|
||
arthur = Identifier('Arthur') | ||
with pytest.raises(TypeError): | ||
arthur < brian |
Check notice
Code scanning / CodeQL
Statement has no effect
|
||
blasphemy = Identifier('#blasphemy') | ||
with pytest.raises(TypeError): | ||
blasphemy < channel |
Check notice
Code scanning / CodeQL
Statement has no effect
Co-authored-by: James Gerity <snoop.jedi@gmail.com>
Rebase, squashed, all done for @dgw to merge. |
Description
Tin. I know this might have some conflict with #2448 but that's OK, I'll fix them on time.
Checklist
make qa
(runsmake quality
andmake test
)