-
Notifications
You must be signed in to change notification settings - Fork 30
Add some tests for prioq. #179
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
DerDakon
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.
Be a bit more paranoid about reused values ;) LGTM otherwise.
josuah
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.
Tests are a good way to document libraries through providing examples.
Do we aim covering more of the code base this way?
Thank you and ok josuah
I personally enjoy it, which is why I wrote these particular tests. Conveniently, getting code under automated test is a huge lever for preserving and improving our code -- and therefore ultimately for making notqmail development faster and more fun. 😀 |
No description provided.