Update issue templates #284
GitHub Actions / Test Results
succeeded
Jan 5, 2026 in 0s
All 347 tests pass in 9s
Annotations
Check notice on line 0 in .github
github-actions / Test Results
347 tests found
There are 347 tests, see "Raw output" for the full list of tests.
Raw output
test.modules.account.account_router_test ‑ test_create_account_admin
test.modules.account.account_router_test ‑ test_create_account_duplicate_email
test.modules.account.account_router_test ‑ test_create_account_invalid_email
test.modules.account.account_router_test ‑ test_create_account_invalid_pid_non_numeric
test.modules.account.account_router_test ‑ test_create_account_invalid_pid_too_long
test.modules.account.account_router_test ‑ test_create_account_invalid_pid_too_short
test.modules.account.account_router_test ‑ test_create_account_staff
test.modules.account.account_router_test ‑ test_create_account_student
test.modules.account.account_router_test ‑ test_create_account_unauthenticated
test.modules.account.account_router_test ‑ test_delete_account
test.modules.account.account_router_test ‑ test_delete_account_not_found
test.modules.account.account_router_test ‑ test_delete_account_unauthenticated
test.modules.account.account_router_test ‑ test_get_accounts_by_multiple_roles
test.modules.account.account_router_test ‑ test_get_accounts_by_single_role_admin
test.modules.account.account_router_test ‑ test_get_accounts_by_single_role_staff
test.modules.account.account_router_test ‑ test_get_accounts_by_single_role_student
test.modules.account.account_router_test ‑ test_get_accounts_empty_database
test.modules.account.account_router_test ‑ test_get_accounts_unauthenticated
test.modules.account.account_router_test ‑ test_get_all_accounts
test.modules.account.account_router_test ‑ test_get_police_credentials
test.modules.account.account_router_test ‑ test_get_police_no_password_exposed
test.modules.account.account_router_test ‑ test_get_police_not_found
test.modules.account.account_router_test ‑ test_get_police_unauthenticated
test.modules.account.account_router_test ‑ test_update_account
test.modules.account.account_router_test ‑ test_update_account_change_email
test.modules.account.account_router_test ‑ test_update_account_duplicate_email
test.modules.account.account_router_test ‑ test_update_account_invalid_data
test.modules.account.account_router_test ‑ test_update_account_not_found
test.modules.account.account_router_test ‑ test_update_account_unauthenticated
test.modules.account.account_router_test ‑ test_update_police_credentials
test.modules.account.account_router_test ‑ test_update_police_credentials_email_only
test.modules.account.account_router_test ‑ test_update_police_credentials_invalid_email
test.modules.account.account_router_test ‑ test_update_police_credentials_password_only
test.modules.account.account_router_test ‑ test_update_police_credentials_unauthenticated
test.modules.account.account_router_test ‑ test_update_police_not_found
test.modules.account.account_service_test ‑ test_create_account
test.modules.account.account_service_test ‑ test_create_account_conflict
test.modules.account.account_service_test ‑ test_delete_account
test.modules.account.account_service_test ‑ test_delete_account_not_found
test.modules.account.account_service_test ‑ test_get_account_by_email
test.modules.account.account_service_test ‑ test_get_account_by_email_not_found
test.modules.account.account_service_test ‑ test_get_account_by_id
test.modules.account.account_service_test ‑ test_get_account_by_id_not_found
test.modules.account.account_service_test ‑ test_get_accounts
test.modules.account.account_service_test ‑ test_get_accounts_by_roles_all_three_roles
test.modules.account.account_service_test ‑ test_get_accounts_by_roles_empty_database
test.modules.account.account_service_test ‑ test_get_accounts_by_roles_empty_list_returns_all
test.modules.account.account_service_test ‑ test_get_accounts_by_roles_excludes_other_roles
test.modules.account.account_service_test ‑ test_get_accounts_by_roles_multiple_roles
test.modules.account.account_service_test ‑ test_get_accounts_by_roles_multiple_same_role
test.modules.account.account_service_test ‑ test_get_accounts_by_roles_no_matches
test.modules.account.account_service_test ‑ test_get_accounts_by_roles_none_returns_all
test.modules.account.account_service_test ‑ test_get_accounts_by_roles_preserves_account_data
test.modules.account.account_service_test ‑ test_get_accounts_by_roles_single_role_admin
test.modules.account.account_service_test ‑ test_get_accounts_by_roles_single_role_staff
test.modules.account.account_service_test ‑ test_get_accounts_by_roles_single_role_student
test.modules.account.account_service_test ‑ test_get_accounts_empty
test.modules.account.account_service_test ‑ test_update_account_conflict
test.modules.account.account_service_test ‑ test_update_account_full
test.modules.account.account_service_test ‑ test_update_account_not_found
test.modules.account.account_service_test ‑ test_update_account_partial
test.modules.complaint.complaint_router_test ‑ test_authentication_required[DELETE-/locations/1/complaints/1]
test.modules.complaint.complaint_router_test ‑ test_authentication_required[GET-/locations/1/complaints]
test.modules.complaint.complaint_router_test ‑ test_authentication_required[POST-/locations/1/complaints]
test.modules.complaint.complaint_router_test ‑ test_authentication_required[PUT-/locations/1/complaints/1]
test.modules.complaint.complaint_router_test ‑ test_create_complaint_location_id_required
test.modules.complaint.complaint_router_test ‑ test_create_complaint_success
test.modules.complaint.complaint_router_test ‑ test_create_complaint_with_empty_description
test.modules.complaint.complaint_router_test ‑ test_delete_complaint_not_found
test.modules.complaint.complaint_router_test ‑ test_delete_complaint_success
test.modules.complaint.complaint_router_test ‑ test_get_complaints_by_location_empty
test.modules.complaint.complaint_router_test ‑ test_get_complaints_by_location_success
test.modules.complaint.complaint_router_test ‑ test_update_complaint_location_id_required
test.modules.complaint.complaint_router_test ‑ test_update_complaint_not_found
test.modules.complaint.complaint_router_test ‑ test_update_complaint_success
test.modules.complaint.complaint_service_test ‑ test_complaint_data_persistence
test.modules.complaint.complaint_service_test ‑ test_create_complaint
test.modules.complaint.complaint_service_test ‑ test_create_complaint_from_location_dto
test.modules.complaint.complaint_service_test ‑ test_create_complaint_with_empty_description
test.modules.complaint.complaint_service_test ‑ test_delete_complaint
test.modules.complaint.complaint_service_test ‑ test_delete_complaint_not_found
test.modules.complaint.complaint_service_test ‑ test_delete_complaint_verify_others_remain
test.modules.complaint.complaint_service_test ‑ test_get_complaint_by_id
test.modules.complaint.complaint_service_test ‑ test_get_complaint_by_id_not_found
test.modules.complaint.complaint_service_test ‑ test_get_complaints_by_location
test.modules.complaint.complaint_service_test ‑ test_get_complaints_by_location_empty
test.modules.complaint.complaint_service_test ‑ test_update_complaint
test.modules.complaint.complaint_service_test ‑ test_update_complaint_not_found
test.modules.location.location_router_crud_test ‑ test_admin_authentication_required[DELETE-/locations/1]
test.modules.location.location_router_crud_test ‑ test_admin_authentication_required[GET-/locations/1]
test.modules.location.location_router_crud_test ‑ test_admin_authentication_required[GET-/locations/]
test.modules.location.location_router_crud_test ‑ test_admin_authentication_required[POST-/locations/]
test.modules.location.location_router_crud_test ‑ test_admin_authentication_required[PUT-/locations/1]
test.modules.location.location_router_crud_test ‑ test_create_location_conflict
test.modules.location.location_router_crud_test ‑ test_create_location_google_maps_api_error
test.modules.location.location_router_crud_test ‑ test_create_location_invalid_place_id
test.modules.location.location_router_crud_test ‑ test_create_location_place_not_found
test.modules.location.location_router_crud_test ‑ test_create_location_success
test.modules.location.location_router_crud_test ‑ test_create_location_with_warnings_and_citations
test.modules.location.location_router_crud_test ‑ test_delete_location_not_found
test.modules.location.location_router_crud_test ‑ test_delete_location_success
test.modules.location.location_router_crud_test ‑ test_get_location_by_id_not_found
test.modules.location.location_router_crud_test ‑ test_get_location_by_id_success
test.modules.location.location_router_crud_test ‑ test_get_locations_empty
test.modules.location.location_router_crud_test ‑ test_get_locations_with_data
test.modules.location.location_router_crud_test ‑ test_update_location_conflict
test.modules.location.location_router_crud_test ‑ test_update_location_invalid_new_place_id
test.modules.location.location_router_crud_test ‑ test_update_location_not_found
test.modules.location.location_router_crud_test ‑ test_update_location_success_new_place_id
test.modules.location.location_router_crud_test ‑ test_update_location_success_same_place_id
test.modules.location.location_router_test ‑ test_autocomplete_empty_results
test.modules.location.location_router_test ‑ test_autocomplete_empty_string
test.modules.location.location_router_test ‑ test_autocomplete_missing_address
test.modules.location.location_router_test ‑ test_autocomplete_service_exception
test.modules.location.location_router_test ‑ test_autocomplete_success
test.modules.location.location_router_test ‑ test_autocomplete_unauthenticated
test.modules.location.location_router_test ‑ test_autocomplete_value_error
test.modules.location.location_service_test ‑ test_autocomplete_address_api_error
test.modules.location.location_service_test ‑ test_autocomplete_address_empty_results
test.modules.location.location_service_test ‑ test_autocomplete_address_success
test.modules.location.location_service_test ‑ test_autocomplete_timeout_error
test.modules.location.location_service_test ‑ test_autocomplete_transport_error
test.modules.location.location_service_test ‑ test_create_location
test.modules.location.location_service_test ‑ test_create_location_conflict
test.modules.location.location_service_test ‑ test_create_location_with_full_data
test.modules.location.location_service_test ‑ test_delete_location
test.modules.location.location_service_test ‑ test_delete_location_not_found
test.modules.location.location_service_test ‑ test_delete_location_verify_others_remain
test.modules.location.location_service_test ‑ test_delete_location_with_complaints_cascades
test.modules.location.location_service_test ‑ test_get_location_by_id
test.modules.location.location_service_test ‑ test_get_location_by_id_not_found
test.modules.location.location_service_test ‑ test_get_location_by_place_id
test.modules.location.location_service_test ‑ test_get_location_by_place_id_not_found
test.modules.location.location_service_test ‑ test_get_location_with_complaints
test.modules.location.location_service_test ‑ test_get_locations
test.modules.location.location_service_test ‑ test_get_locations_empty
test.modules.location.location_service_test ‑ test_get_locations_includes_complaints
test.modules.location.location_service_test ‑ test_get_place_details_api_error
test.modules.location.location_service_test ‑ test_get_place_details_api_invalid_request_status
test.modules.location.location_service_test ‑ test_get_place_details_api_not_found_status
test.modules.location.location_service_test ‑ test_get_place_details_api_other_error_status
test.modules.location.location_service_test ‑ test_get_place_details_http_error
test.modules.location.location_service_test ‑ test_get_place_details_missing_components
test.modules.location.location_service_test ‑ test_get_place_details_missing_geometry
test.modules.location.location_service_test ‑ test_get_place_details_not_found
test.modules.location.location_service_test ‑ test_get_place_details_success
test.modules.location.location_service_test ‑ test_get_place_details_timeout_error
test.modules.location.location_service_test ‑ test_get_place_details_transport_error
test.modules.location.location_service_test ‑ test_location_complaints_field_defaults_to_empty_list
test.modules.location.location_service_test ‑ test_location_data_persistence
test.modules.location.location_service_test ‑ test_location_serialization_includes_complaints
test.modules.location.location_service_test ‑ test_update_location
test.modules.location.location_service_test ‑ test_update_location_conflict
test.modules.location.location_service_test ‑ test_update_location_not_found
test.modules.location.location_service_test ‑ test_update_location_retains_complaints
test.modules.location.location_service_test ‑ test_update_location_same_place_id
test.modules.party.party_router_test ‑ test_admin_authentication_required[DELETE-/api/parties/1]
test.modules.party.party_router_test ‑ test_admin_authentication_required[GET-/api/parties/1]
test.modules.party.party_router_test ‑ test_admin_authentication_required[GET-/api/parties/]
test.modules.party.party_router_test ‑ test_create_party_admin_using_student_dto
test.modules.party.party_router_test ‑ test_create_party_as_admin
test.modules.party.party_router_test ‑ test_create_party_as_student
test.modules.party.party_router_test ‑ test_create_party_date_too_soon
test.modules.party.party_router_test ‑ test_create_party_location_expired_hold
test.modules.party.party_router_test ‑ test_create_party_location_has_active_hold
test.modules.party.party_router_test ‑ test_create_party_student_no_party_smart
test.modules.party.party_router_test ‑ test_create_party_student_party_smart_expired
test.modules.party.party_router_test ‑ test_create_party_student_using_admin_dto
test.modules.party.party_router_test ‑ test_delete_party
test.modules.party.party_router_test ‑ test_delete_party_not_found
test.modules.party.party_router_test ‑ test_delete_party_removes_from_list
test.modules.party.party_router_test ‑ test_get_parties_content_with_pagination
test.modules.party.party_router_test ‑ test_get_parties_csv_authentication_required
test.modules.party.party_router_test ‑ test_get_parties_csv_boundary_end_date
test.modules.party.party_router_test ‑ test_get_parties_csv_boundary_start_date
test.modules.party.party_router_test ‑ test_get_parties_csv_date_range_filtering
test.modules.party.party_router_test ‑ test_get_parties_csv_empty_result
test.modules.party.party_router_test ‑ test_get_parties_csv_end_date_includes_full_day
test.modules.party.party_router_test ‑ test_get_parties_csv_invalid_date_format
test.modules.party.party_router_test ‑ test_get_parties_csv_missing_end_date
test.modules.party.party_router_test ‑ test_get_parties_csv_missing_start_date
test.modules.party.party_router_test ‑ test_get_parties_csv_multiple_parties_in_range
test.modules.party.party_router_test ‑ test_get_parties_csv_response_headers
test.modules.party.party_router_test ‑ test_get_parties_csv_success
test.modules.party.party_router_test ‑ test_get_parties_custom_page_size
test.modules.party.party_router_test ‑ test_get_parties_empty
test.modules.party.party_router_test ‑ test_get_parties_invalid_page_number
test.modules.party.party_router_test ‑ test_get_parties_invalid_page_size
test.modules.party.party_router_test ‑ test_get_parties_pagination
test.modules.party.party_router_test ‑ test_get_parties_pagination_beyond_available
test.modules.party.party_router_test ‑ test_get_parties_validates_content
test.modules.party.party_router_test ‑ test_get_parties_with_data
test.modules.party.party_router_test ‑ test_get_party_by_id
test.modules.party.party_router_test ‑ test_get_party_by_id_not_found
test.modules.party.party_router_test ‑ test_nearby_admin_authentication
test.modules.party.party_router_test ‑ test_nearby_happy_path_integration
test.modules.party.party_router_test ‑ test_nearby_invalid_date_format
test.modules.party.party_router_test ‑ test_nearby_location_service_not_found
test.modules.party.party_router_test ‑ test_nearby_missing_end_date
test.modules.party.party_router_test ‑ test_nearby_missing_place_id
test.modules.party.party_router_test ‑ test_nearby_missing_start_date
test.modules.party.party_router_test ‑ test_nearby_police_authentication
test.modules.party.party_router_test ‑ test_nearby_student_forbidden
test.modules.party.party_router_test ‑ test_nearby_unauthenticated
test.modules.party.party_router_test ‑ test_update_party_as_admin
test.modules.party.party_router_test ‑ test_update_party_as_student
test.modules.party.party_router_test ‑ test_update_party_date_too_soon
test.modules.party.party_router_test ‑ test_update_party_not_found
test.modules.party.party_service_test ‑ test_create_party
test.modules.party.party_service_test ‑ test_create_party_invalid_contact_one
test.modules.party.party_service_test ‑ test_create_party_invalid_location
test.modules.party.party_service_test ‑ test_delete_party
test.modules.party.party_service_test ‑ test_delete_party_not_found
test.modules.party.party_service_test ‑ test_get_parties
test.modules.party.party_service_test ‑ test_get_parties_by_contact
test.modules.party.party_service_test ‑ test_get_parties_by_date_range
test.modules.party.party_service_test ‑ test_get_parties_by_date_range_boundary_end
test.modules.party.party_service_test ‑ test_get_parties_by_date_range_boundary_start
test.modules.party.party_service_test ‑ test_get_parties_by_date_range_multiple_parties
test.modules.party.party_service_test ‑ test_get_parties_by_date_range_no_results
test.modules.party.party_service_test ‑ test_get_parties_by_date_range_outside_after
test.modules.party.party_service_test ‑ test_get_parties_by_date_range_outside_before
test.modules.party.party_service_test ‑ test_get_parties_by_location
test.modules.party.party_service_test ‑ test_get_parties_by_radius
test.modules.party.party_service_test ‑ test_get_parties_by_radius_and_date_range_at_radius_boundary
test.modules.party.party_service_test ‑ test_get_parties_by_radius_and_date_range_basic
test.modules.party.party_service_test ‑ test_get_parties_by_radius_and_date_range_boundary_end_date
test.modules.party.party_service_test ‑ test_get_parties_by_radius_and_date_range_boundary_start_date
test.modules.party.party_service_test ‑ test_get_parties_by_radius_and_date_range_combined_filtering
test.modules.party.party_service_test ‑ test_get_parties_by_radius_and_date_range_empty_results
test.modules.party.party_service_test ‑ test_get_parties_by_radius_and_date_range_missing_location_skipped
test.modules.party.party_service_test ‑ test_get_parties_by_radius_and_date_range_outside_date_range_after
test.modules.party.party_service_test ‑ test_get_parties_by_radius_and_date_range_outside_date_range_before
test.modules.party.party_service_test ‑ test_get_parties_by_radius_and_date_range_outside_radius
test.modules.party.party_service_test ‑ test_get_parties_by_radius_and_date_range_partial_overlap
test.modules.party.party_service_test ‑ test_get_parties_by_radius_and_date_range_single_day_range
test.modules.party.party_service_test ‑ test_get_parties_by_radius_empty_results
test.modules.party.party_service_test ‑ test_get_parties_by_radius_missing_address_skipped
test.modules.party.party_service_test ‑ test_get_parties_by_radius_time_window_boundaries
test.modules.party.party_service_test ‑ test_get_parties_by_radius_time_window_outside_future
test.modules.party.party_service_test ‑ test_get_parties_by_radius_time_window_outside_past
test.modules.party.party_service_test ‑ test_get_parties_by_student_and_date
test.modules.party.party_service_test ‑ test_get_party_by_id
test.modules.party.party_service_test ‑ test_get_party_by_id_not_found
test.modules.party.party_service_test ‑ test_get_party_count
test.modules.party.party_service_test ‑ test_party_exists
test.modules.party.party_service_test ‑ test_update_party
test.modules.party.party_service_test ‑ test_update_party_invalid_contact_one
test.modules.party.party_service_test ‑ test_update_party_invalid_location
test.modules.party.party_service_test ‑ test_update_party_not_found
test.modules.police.police_router_test ‑ test_increment_citations_as_admin
test.modules.police.police_router_test ‑ test_increment_citations_as_staff_forbidden
test.modules.police.police_router_test ‑ test_increment_citations_as_student_forbidden
test.modules.police.police_router_test ‑ test_increment_citations_at_max_count
test.modules.police.police_router_test ‑ test_increment_citations_location_not_found
test.modules.police.police_router_test ‑ test_increment_citations_unauthenticated
test.modules.police.police_router_test ‑ test_increment_warnings_as_police
test.modules.police.police_router_test ‑ test_increment_warnings_as_staff_forbidden
test.modules.police.police_router_test ‑ test_increment_warnings_as_student_forbidden
test.modules.police.police_router_test ‑ test_increment_warnings_at_max_count
test.modules.police.police_router_test ‑ test_increment_warnings_location_not_found
test.modules.police.police_router_test ‑ test_increment_warnings_unauthenticated
test.modules.police.police_service_test ‑ test_get_police_not_found
test.modules.police.police_service_test ‑ test_get_police_success
test.modules.police.police_service_test ‑ test_hash_password
test.modules.police.police_service_test ‑ test_hash_password_different_salts
test.modules.police.police_service_test ‑ test_update_police_multiple_times
test.modules.police.police_service_test ‑ test_update_police_not_found
test.modules.police.police_service_test ‑ test_update_police_success
test.modules.police.police_service_test ‑ test_verify_credentials_case_sensitive_email
test.modules.police.police_service_test ‑ test_verify_password_failure
test.modules.police.police_service_test ‑ test_verify_password_success
test.modules.police.police_service_test ‑ test_verify_police_credentials_not_found
test.modules.police.police_service_test ‑ test_verify_police_credentials_success
test.modules.police.police_service_test ‑ test_verify_police_credentials_wrong_email
test.modules.police.police_service_test ‑ test_verify_police_credentials_wrong_password
test.modules.student.student_router_test ‑ test_create_and_get_student
test.modules.student.student_router_test ‑ test_create_student_duplicate_account
test.modules.student.student_router_test ‑ test_create_student_duplicate_phone
test.modules.student.student_router_test ‑ test_create_student_nonexistent_account
test.modules.student.student_router_test ‑ test_create_student_success
test.modules.student.student_router_test ‑ test_create_student_with_datetime
test.modules.student.student_router_test ‑ test_create_student_wrong_role
test.modules.student.student_router_test ‑ test_delete_student_not_found
test.modules.student.student_router_test ‑ test_delete_student_success
test.modules.student.student_router_test ‑ test_get_me_forbidden_admin
test.modules.student.student_router_test ‑ test_get_me_forbidden_police
test.modules.student.student_router_test ‑ test_get_me_not_found
test.modules.student.student_router_test ‑ test_get_me_parties_empty
test.modules.student.student_router_test ‑ test_get_me_parties_forbidden_admin
test.modules.student.student_router_test ‑ test_get_me_parties_forbidden_police
test.modules.student.student_router_test ‑ test_get_me_parties_unauthenticated
test.modules.student.student_router_test ‑ test_get_me_parties_with_data
test.modules.student.student_router_test ‑ test_get_me_success
test.modules.student.student_router_test ‑ test_get_me_unauthenticated
test.modules.student.student_router_test ‑ test_get_student_not_found
test.modules.student.student_router_test ‑ test_get_student_success
test.modules.student.student_router_test ‑ test_list_students_empty
test.modules.student.student_router_test ‑ test_list_students_pagination_custom_page_size
test.modules.student.student_router_test ‑ test_list_students_pagination_default
test.modules.student.student_router_test ‑ test_list_students_pagination_invalid_page
test.modules.student.student_router_test ‑ test_list_students_pagination_invalid_page_size_too_large
test.modules.student.student_router_test ‑ test_list_students_pagination_invalid_page_size_too_small
test.modules.student.student_router_test ‑ test_list_students_pagination_last_page
test.modules.student.student_router_test ‑ test_list_students_pagination_max_page_size
test.modules.student.student_router_test ‑ test_list_students_pagination_page_beyond_total
test.modules.student.student_router_test ‑ test_list_students_pagination_second_page
test.modules.student.student_router_test ‑ test_list_students_with_data
test.modules.student.student_router_test ‑ test_routes_require_authentication[DELETE-/api/students/1-None]
test.modules.student.student_router_test ‑ test_routes_require_authentication[GET-/api/students/-None]
test.modules.student.student_router_test ‑ test_routes_require_authentication[GET-/api/students/1-None]
test.modules.student.student_router_test ‑ test_routes_require_authentication[POST-/api/students/-body2]
test.modules.student.student_router_test ‑ test_routes_require_authentication[PUT-/api/students/1-body3]
test.modules.student.student_router_test ‑ test_update_and_delete_student
test.modules.student.student_router_test ‑ test_update_is_registered_mark_as_not_registered_as_admin
test.modules.student.student_router_test ‑ test_update_is_registered_mark_as_registered_as_staff
test.modules.student.student_router_test ‑ test_update_is_registered_student_not_found
test.modules.student.student_router_test ‑ test_update_is_registered_toggle
test.modules.student.student_router_test ‑ test_update_is_registered_unauthenticated
test.modules.student.student_router_test ‑ test_update_me_forbidden_admin
test.modules.student.student_router_test ‑ test_update_me_forbidden_police
test.modules.student.student_router_test ‑ test_update_me_phone_conflict
test.modules.student.student_router_test ‑ test_update_me_success
test.modules.student.student_router_test ‑ test_update_me_unauthenticated
test.modules.student.student_router_test ‑ test_update_student_not_found
test.modules.student.student_router_test ‑ test_update_student_phone_conflict
test.modules.student.student_router_test ‑ test_update_student_success
test.modules.student.student_service_test ‑ test_create_student
test.modules.student.student_service_test ‑ test_create_student_conflict
test.modules.student.student_service_test ‑ test_create_student_duplicate_account_id
test.modules.student.student_service_test ‑ test_create_student_with_datetime_timezone
test.modules.student.student_service_test ‑ test_create_student_with_non_student_role
test.modules.student.student_service_test ‑ test_create_student_with_nonexistent_account
test.modules.student.student_service_test ‑ test_delete_student
test.modules.student.student_service_test ‑ test_delete_student_not_found
test.modules.student.student_service_test ‑ test_get_student_by_id
test.modules.student.student_service_test ‑ test_get_student_by_id_not_found
test.modules.student.student_service_test ‑ test_get_students
test.modules.student.student_service_test ‑ test_get_students_empty
test.modules.student.student_service_test ‑ test_update_is_registered_false
test.modules.student.student_service_test ‑ test_update_is_registered_student_not_found
test.modules.student.student_service_test ‑ test_update_is_registered_true
test.modules.student.student_service_test ‑ test_update_student
test.modules.student.student_service_test ‑ test_update_student_conflict
test.modules.student.student_service_test ‑ test_update_student_not_found
test.modules.student.student_service_test ‑ test_update_student_with_datetime_timezone
test.modules.student.student_service_test ‑ test_update_student_with_non_student_role
Loading