We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
After #28 got merged, it's now possible to add backend tests to Tin.
These are the apps that need to be covered by backend logic tests
assignments
courses
docs
errors
submissions
venvs
After setting up a test harness, the following apps should be covered.
The text was updated successfully, but these errors were encountered:
Add tests for the assignments app (#40)
3ded115
Adds basic tests for every view in `tin/apps/assignments/views.py` (see #41) - [X] Basic assignment stuff - [X] Graders - [x] Files - [x] Submissions - [x] Quizzes - [x] Scores - [x] Folders Co-authored-by: Krishnan Shankar <[email protected]>
JasonGrace2282
No branches or pull requests
After #28 got merged, it's now possible to add backend tests to Tin.
Backend Apps Remaining
These are the apps that need to be covered by backend logic tests
assignments
(see Add tests for theassignments
app #40)courses
docs
errors
submissions
venvs
Frontend Apps Remaining
After setting up a test harness, the following apps should be covered.
assignments
courses
docs
submissions
venvs
The text was updated successfully, but these errors were encountered: