-
-
Notifications
You must be signed in to change notification settings - Fork 47
added tests for Violations class #283
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
Conversation
Codecov Report
@@ Coverage Diff @@
## main #283 +/- ##
============================================
+ Coverage 93.73% 94.23% +0.49%
Complexity 376 376
============================================
Files 58 58
Lines 1006 1006
============================================
+ Hits 943 948 +5
+ Misses 63 58 -5
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
| $this->assertEquals($expected, $this->violationStore->toString()); | ||
| } | ||
|
|
||
| public function test_get_iterable(): void |
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.
I suppose that the type checker already check this?
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.
Yes, I was trying to explicit it well. I would like to be more specific, any suggestions @fain182 ?
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.
@fain182 I changed the assertion with a more proper one, what do you think?
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.
much better 👍
da8117f to
2476868
Compare
2476868 to
3159927
Compare
No description provided.