-
Notifications
You must be signed in to change notification settings - Fork 0
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 each backlog item #8
Comments
I went ahead and converted this to an issue because we know we will need to get this done. We should start working on this before we start writing the code for any of the features (for true test-driven-development). I recommend treating this like an epic. E.g. this will not be complete until it's done for each feature. It will be assigned to everyone because we will all be working it. For each PR, we should link that PR to this issue so we can track which features have been completed easily. |
I think everyone is using VS Code from what I've heard. I think I found a good way of testing everything using pytest-playwright, and there's a good VS code extension that plays well: Edit: nvm, that was using javascript |
Reopening issue. Github hasn't figure out how to let us link an issue without it getting auto-closed with the PR is merged... |
All tests have been added! |
DUE ON 7NOV23Changed to Final Submission milestone
For each feature we are going to add, we need to create unit tests. Those unit tests need to be put into the test plan for submission/grade.
Edit: After speaking to the professor, this isn't due at this time. We'll speak to it for our test plan, but the unit tests don't need to be done yet.
The text was updated successfully, but these errors were encountered: