-
Notifications
You must be signed in to change notification settings - Fork 117
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
Add initial unit testing logic #708
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.
Code looks good and works in testing. Unfortunately can't be abstracted further and is a bit fiddly because complex types can never be var
(unless someone writes a plugin)
I think that personally I would prefer if unit testing was eventually done via a plugin, but I think that this is a good enough solution for now. I also don't really see unit testing being used all that much. Most of our functions return void, just doing some work. The option to use unit testing is nice though for some cases |
closes #707 |
Doesn't currently use compiler flags or anything but whatever, it works and stuff
closes #707