-
Notifications
You must be signed in to change notification settings - Fork 22
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
Adding Doxygen, linting, copyright headers, header guards, and a litany of new unit testing #104
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.
Besides the quality stuff, these are the notable changes to functional behavior based on finding bugs as I wrote the unit tests.
I'm still working on unit tests, but getting closer to completion. I have another 4 critics to write tests for and then some smoke tests for the optimizer functions and then good to go. I'm glad I went and wrote all these tests, it will help in long-term maintaining greatly.
@artofnothingness test coverage is complete. |
No description provided.