-
Notifications
You must be signed in to change notification settings - Fork 17
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
Create unit tests for models #17
Labels
Comments
Closed
I can help you with that. I should have a PR tomorrow. |
Awesome @mccullagh! I appreciate the help. Let me know if you have any questions or need help with anything. |
Merged
PR #29 is currently beginning to address this. |
Waiting on this issue to be resolved before I create a model test for |
Completed in #51 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It'll be great to have unit tests set up for the models in this project to ensure they persist and retrieve data to the MySQL database correctly. I've already set up a testing framework per issue #9 which supports testing databases. If any other additional utilities are needed (like a mocking framework) I'm open to adding them too in their own individual PR. I recently included the MySQL schema in PR #13 for anyone that may need it.
I think doing a PR per model class is appropriate and I'll gladly support adding the Hacktoberfest label to any of them!
The text was updated successfully, but these errors were encountered: