You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The coverage in staff/views.py is rather low, here are some spots that seem important-ish
semester_grade_reminder
semester_archive_{participants, results}, semester_delete_grade_documents, {evaluation, course}_delete: these just forward to the methods on the database objects / instances; I suppose these are tested then, right?
course_create with semester.participations_are_archived
evaluation_edit with evaluation.is_single_resultand helper_single_result_edit itself
we never evaluation.reopen_evaluation() or evaluation.manager_approve() within evaluation_edit
get_evaluation_and_contributor_textanswer_sections with filter_textanswers or with general contributions or the cases where no answers exist (not sure if these are even possible)
questionnaire_index with filter_questionnaires
make_questionnaire_edit_forms with editable
questionnaire_edit where the form and formset are valid
user_index with filter_users
export_contributor_results_view
The text was updated successfully, but these errors were encountered:
The coverage in
staff/views.py
is rather low, here are some spots that seem important-ishsemester_grade_reminder
semester_archive_{participants, results}, semester_delete_grade_documents, {evaluation, course}_delete
: these just forward to the methods on the database objects / instances; I suppose these are tested then, right?course_create
withsemester.participations_are_archived
evaluation_edit
withevaluation.is_single_result
andhelper_single_result_edit
itselfevaluation.reopen_evaluation()
orevaluation.manager_approve()
withinevaluation_edit
get_evaluation_and_contributor_textanswer_sections
withfilter_textanswers
or with general contributions or the cases where no answers exist (not sure if these are even possible)questionnaire_index
withfilter_questionnaires
make_questionnaire_edit_forms
witheditable
questionnaire_edit
where the form and formset are validuser_index
withfilter_users
export_contributor_results_view
The text was updated successfully, but these errors were encountered: