-
-
Notifications
You must be signed in to change notification settings - Fork 169
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
refactor: cleaned up Unit Tests #948
Conversation
✅ Deploy Preview for dpp-dev ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
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.
You're gonna have the word "space indentation" stuck in your head after this one :P
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.
CI is failing due to codacy static analysis warnings, you have to fix these before it can me merged alongside the style changes.
"condition is always true" can't be fixed in runtime unit tests. Those are the point of tests, the condition should be true. |
I've corrected the title to accurately reflect our standards. I've also changed the description as this is no longer a draft PR. |
changed all space indents to tabs |
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.
Not a fan of functions without parameter names in test.h
but the rest looks good to me.
This reverts commit 359ce61.
PR for restructuring unit tests into smaller files
Code change checklist