-
Notifications
You must be signed in to change notification settings - Fork 150
[TASK] Add tests for Document::getAllRuleSets()
#991
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
52bd86e to
d097e0b
Compare
JakeQZ
left a comment
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.
The tests look fine. I've suggested improvements for some of the test method names, where I found them difficult to understand (and, equally, difficult to rewrite).
d097e0b to
41a4348
Compare
41a4348 to
a7747f4
Compare
Co-authored-by: JakeQZ <[email protected]>
Co-authored-by: JakeQZ <[email protected]>
Co-authored-by: JakeQZ <[email protected]>
Co-authored-by: JakeQZ <[email protected]>
Co-authored-by: JakeQZ <[email protected]>
JakeQZ
left a comment
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.
Trying to test that RuleSets are being set does create some awkwardness re test method names. It would much easier if they were called RuleCollections. Or we used German - the two meanings of the English word 'set' don't seem to have any correlation.
I think we've done the best we reasonably can :)
|
Yes, naming is one of the two hard things in computer science … 😉 |
Part of #757