Remove team members section from README #303
GitHub Actions / Test Results
succeeded
Jan 20, 2026 in 0s
All 302 tests pass in 11s
Annotations
Check notice on line 0 in .github
github-actions / Test Results
302 tests found
There are 302 tests, see "Raw output" for the full list of tests.
Raw output
test.modules.account.account_router_test ‑ test_account_authentication[allowed_roles0-GET-/api/accounts-None]
test.modules.account.account_router_test ‑ test_account_authentication[allowed_roles1-POST-/api/accounts-body1]
test.modules.account.account_router_test ‑ test_account_authentication[allowed_roles2-PUT-/api/accounts/12345-body2]
test.modules.account.account_router_test ‑ test_account_authentication[allowed_roles3-DELETE-/api/accounts/12345-None]
test.modules.account.account_router_test ‑ test_account_authentication[allowed_roles4-GET-/api/accounts/police-None]
test.modules.account.account_router_test ‑ test_account_authentication[allowed_roles5-PUT-/api/accounts/police-body5]
test.modules.account.account_router_test.TestAccountRouter ‑ test_create_account[AccountRole.ADMIN]
test.modules.account.account_router_test.TestAccountRouter ‑ test_create_account[AccountRole.STAFF]
test.modules.account.account_router_test.TestAccountRouter ‑ test_create_account[AccountRole.STUDENT]
test.modules.account.account_router_test.TestAccountRouter ‑ test_create_account_duplicate_email
test.modules.account.account_router_test.TestAccountRouter ‑ test_create_account_invalid_data[invalid_data0]
test.modules.account.account_router_test.TestAccountRouter ‑ test_create_account_invalid_data[invalid_data1]
test.modules.account.account_router_test.TestAccountRouter ‑ test_create_account_invalid_data[invalid_data2]
test.modules.account.account_router_test.TestAccountRouter ‑ test_create_account_invalid_data[invalid_data3]
test.modules.account.account_router_test.TestAccountRouter ‑ test_delete_account
test.modules.account.account_router_test.TestAccountRouter ‑ test_delete_account_not_found
test.modules.account.account_router_test.TestAccountRouter ‑ test_get_accounts_by_role[roles0]
test.modules.account.account_router_test.TestAccountRouter ‑ test_get_accounts_by_role[roles1]
test.modules.account.account_router_test.TestAccountRouter ‑ test_get_accounts_by_role[roles2]
test.modules.account.account_router_test.TestAccountRouter ‑ test_get_accounts_by_role[roles3]
test.modules.account.account_router_test.TestAccountRouter ‑ test_get_accounts_by_role[roles4]
test.modules.account.account_router_test.TestAccountRouter ‑ test_get_all_accounts
test.modules.account.account_router_test.TestAccountRouter ‑ test_get_police_credentials
test.modules.account.account_router_test.TestAccountRouter ‑ test_get_police_not_found
test.modules.account.account_router_test.TestAccountRouter ‑ test_update_account
test.modules.account.account_router_test.TestAccountRouter ‑ test_update_account_change_email
test.modules.account.account_router_test.TestAccountRouter ‑ test_update_account_duplicate_email
test.modules.account.account_router_test.TestAccountRouter ‑ test_update_account_invalid_data[invalid_data0]
test.modules.account.account_router_test.TestAccountRouter ‑ test_update_account_invalid_data[invalid_data1]
test.modules.account.account_router_test.TestAccountRouter ‑ test_update_account_invalid_data[invalid_data2]
test.modules.account.account_router_test.TestAccountRouter ‑ test_update_account_invalid_data[invalid_data3]
test.modules.account.account_router_test.TestAccountRouter ‑ test_update_account_not_found
test.modules.account.account_router_test.TestAccountRouter ‑ test_update_police_credentials
test.modules.account.account_router_test.TestAccountRouter ‑ test_update_police_credentials_invalid_email
test.modules.account.account_router_test.TestAccountRouter ‑ test_update_police_not_found
test.modules.account.account_router_test.TestAccountRouter ‑ test_update_police_password_is_hashed
test.modules.account.account_service_test.TestAccountService ‑ test_create_account
test.modules.account.account_service_test.TestAccountService ‑ test_create_account_conflict
test.modules.account.account_service_test.TestAccountService ‑ test_delete_account
test.modules.account.account_service_test.TestAccountService ‑ test_delete_account_not_found
test.modules.account.account_service_test.TestAccountService ‑ test_get_account_by_email
test.modules.account.account_service_test.TestAccountService ‑ test_get_account_by_email_not_found
test.modules.account.account_service_test.TestAccountService ‑ test_get_account_by_id
test.modules.account.account_service_test.TestAccountService ‑ test_get_account_by_id_not_found
test.modules.account.account_service_test.TestAccountService ‑ test_get_accounts
test.modules.account.account_service_test.TestAccountService ‑ test_get_accounts_by_roles[roles0]
test.modules.account.account_service_test.TestAccountService ‑ test_get_accounts_by_roles[roles1]
test.modules.account.account_service_test.TestAccountService ‑ test_get_accounts_by_roles[roles2]
test.modules.account.account_service_test.TestAccountService ‑ test_get_accounts_by_roles[roles3]
test.modules.account.account_service_test.TestAccountService ‑ test_get_accounts_by_roles[roles4]
test.modules.account.account_service_test.TestAccountService ‑ test_get_accounts_by_roles_empty_database
test.modules.account.account_service_test.TestAccountService ‑ test_get_accounts_by_roles_empty_list_returns_all
test.modules.account.account_service_test.TestAccountService ‑ test_get_accounts_by_roles_none_returns_all
test.modules.account.account_service_test.TestAccountService ‑ test_get_accounts_empty
test.modules.account.account_service_test.TestAccountService ‑ test_update_account_conflict
test.modules.account.account_service_test.TestAccountService ‑ test_update_account_full
test.modules.account.account_service_test.TestAccountService ‑ test_update_account_not_found
test.modules.account.account_service_test.TestAccountService ‑ test_update_account_partial
test.modules.complaint.complaint_router_test ‑ test_complaint_authentication[allowed_roles0-GET-/api/locations/1/complaints-None]
test.modules.complaint.complaint_router_test ‑ test_complaint_authentication[allowed_roles1-POST-/api/locations/1/complaints-body1]
test.modules.complaint.complaint_router_test ‑ test_complaint_authentication[allowed_roles2-PUT-/api/locations/1/complaints/1-body2]
test.modules.complaint.complaint_router_test ‑ test_complaint_authentication[allowed_roles3-DELETE-/api/locations/1/complaints/1-None]
test.modules.complaint.complaint_router_test.TestComplaintRouter ‑ test_create_complaint_location_id_required
test.modules.complaint.complaint_router_test.TestComplaintRouter ‑ test_create_complaint_success
test.modules.complaint.complaint_router_test.TestComplaintRouter ‑ test_create_complaint_with_empty_description
test.modules.complaint.complaint_router_test.TestComplaintRouter ‑ test_delete_complaint_not_found
test.modules.complaint.complaint_router_test.TestComplaintRouter ‑ test_delete_complaint_success
test.modules.complaint.complaint_router_test.TestComplaintRouter ‑ test_get_complaints_by_location_empty
test.modules.complaint.complaint_router_test.TestComplaintRouter ‑ test_get_complaints_by_location_success
test.modules.complaint.complaint_router_test.TestComplaintRouter ‑ test_update_complaint_location_id_required
test.modules.complaint.complaint_router_test.TestComplaintRouter ‑ test_update_complaint_not_found
test.modules.complaint.complaint_router_test.TestComplaintRouter ‑ test_update_complaint_success
test.modules.complaint.complaint_service_test.TestComplaintService ‑ test_complaint_data_persistence
test.modules.complaint.complaint_service_test.TestComplaintService ‑ test_create_complaint
test.modules.complaint.complaint_service_test.TestComplaintService ‑ test_create_complaint_from_location_dto
test.modules.complaint.complaint_service_test.TestComplaintService ‑ test_create_complaint_with_empty_description
test.modules.complaint.complaint_service_test.TestComplaintService ‑ test_delete_complaint
test.modules.complaint.complaint_service_test.TestComplaintService ‑ test_delete_complaint_not_found
test.modules.complaint.complaint_service_test.TestComplaintService ‑ test_delete_complaint_verify_others_remain
test.modules.complaint.complaint_service_test.TestComplaintService ‑ test_get_complaint_by_id
test.modules.complaint.complaint_service_test.TestComplaintService ‑ test_get_complaint_by_id_not_found
test.modules.complaint.complaint_service_test.TestComplaintService ‑ test_get_complaints_by_location
test.modules.complaint.complaint_service_test.TestComplaintService ‑ test_get_complaints_by_location_empty
test.modules.complaint.complaint_service_test.TestComplaintService ‑ test_update_complaint
test.modules.complaint.complaint_service_test.TestComplaintService ‑ test_update_complaint_not_found
test.modules.location.location_router_test ‑ test_location_authentication[allowed_roles0-GET-/api/locations/-None]
test.modules.location.location_router_test ‑ test_location_authentication[allowed_roles1-POST-/api/locations/-body1]
test.modules.location.location_router_test ‑ test_location_authentication[allowed_roles2-GET-/api/locations/1-None]
test.modules.location.location_router_test ‑ test_location_authentication[allowed_roles3-PUT-/api/locations/1-body3]
test.modules.location.location_router_test ‑ test_location_authentication[allowed_roles4-DELETE-/api/locations/1-None]
test.modules.location.location_router_test ‑ test_location_authentication[allowed_roles5-POST-/api/locations/autocomplete-body5]
test.modules.location.location_router_test.TestLocationAutocompleteRouter ‑ test_autocomplete_api_exception
test.modules.location.location_router_test.TestLocationAutocompleteRouter ‑ test_autocomplete_empty_results
test.modules.location.location_router_test.TestLocationAutocompleteRouter ‑ test_autocomplete_empty_string
test.modules.location.location_router_test.TestLocationAutocompleteRouter ‑ test_autocomplete_missing_address
test.modules.location.location_router_test.TestLocationAutocompleteRouter ‑ test_autocomplete_success
test.modules.location.location_router_test.TestLocationCRUDRouter ‑ test_create_location_duplicate_place_id
test.modules.location.location_router_test.TestLocationCRUDRouter ‑ test_create_location_success
test.modules.location.location_router_test.TestLocationCRUDRouter ‑ test_create_location_with_warnings_and_citations
test.modules.location.location_router_test.TestLocationCRUDRouter ‑ test_delete_location_not_found
test.modules.location.location_router_test.TestLocationCRUDRouter ‑ test_delete_location_success
test.modules.location.location_router_test.TestLocationCRUDRouter ‑ test_get_location_by_id_not_found
test.modules.location.location_router_test.TestLocationCRUDRouter ‑ test_get_location_by_id_success
test.modules.location.location_router_test.TestLocationCRUDRouter ‑ test_update_location_duplicate_place_id
test.modules.location.location_router_test.TestLocationCRUDRouter ‑ test_update_location_not_found
test.modules.location.location_router_test.TestLocationCRUDRouter ‑ test_update_location_success
test.modules.location.location_router_test.TestLocationListRouter ‑ test_list_locations_empty
test.modules.location.location_router_test.TestLocationListRouter ‑ test_list_locations_with_data
test.modules.location.location_service_test.TestLocationServiceCRUD ‑ test_create_location
test.modules.location.location_service_test.TestLocationServiceCRUD ‑ test_create_location_conflict
test.modules.location.location_service_test.TestLocationServiceCRUD ‑ test_create_location_with_full_data
test.modules.location.location_service_test.TestLocationServiceCRUD ‑ test_delete_location
test.modules.location.location_service_test.TestLocationServiceCRUD ‑ test_delete_location_not_found
test.modules.location.location_service_test.TestLocationServiceCRUD ‑ test_delete_location_verify_others_remain
test.modules.location.location_service_test.TestLocationServiceCRUD ‑ test_get_location_by_id
test.modules.location.location_service_test.TestLocationServiceCRUD ‑ test_get_location_by_id_not_found
test.modules.location.location_service_test.TestLocationServiceCRUD ‑ test_get_location_by_place_id
test.modules.location.location_service_test.TestLocationServiceCRUD ‑ test_get_location_by_place_id_not_found
test.modules.location.location_service_test.TestLocationServiceCRUD ‑ test_get_locations
test.modules.location.location_service_test.TestLocationServiceCRUD ‑ test_get_locations_empty
test.modules.location.location_service_test.TestLocationServiceCRUD ‑ test_location_complaints_field_defaults_to_empty_list
test.modules.location.location_service_test.TestLocationServiceCRUD ‑ test_location_data_persistence
test.modules.location.location_service_test.TestLocationServiceCRUD ‑ test_location_serialization_includes_complaints
test.modules.location.location_service_test.TestLocationServiceCRUD ‑ test_update_location
test.modules.location.location_service_test.TestLocationServiceCRUD ‑ test_update_location_conflict
test.modules.location.location_service_test.TestLocationServiceCRUD ‑ test_update_location_not_found
test.modules.location.location_service_test.TestLocationServiceCRUD ‑ test_update_location_same_place_id
test.modules.location.location_service_test.TestLocationServiceGoogleMapsAutocomplete ‑ test_autocomplete_address_api_error
test.modules.location.location_service_test.TestLocationServiceGoogleMapsAutocomplete ‑ test_autocomplete_address_empty_results
test.modules.location.location_service_test.TestLocationServiceGoogleMapsAutocomplete ‑ test_autocomplete_address_success
test.modules.location.location_service_test.TestLocationServiceGoogleMapsAutocomplete ‑ test_autocomplete_googlemaps_exceptions[Timeout-Timed out-Request timed out]
test.modules.location.location_service_test.TestLocationServiceGoogleMapsAutocomplete ‑ test_autocomplete_googlemaps_exceptions[TransportError-Network error-Transport error]
test.modules.location.location_service_test.TestLocationServiceGoogleMapsPlaceDetails ‑ test_get_place_details_api_error
test.modules.location.location_service_test.TestLocationServiceGoogleMapsPlaceDetails ‑ test_get_place_details_api_error_statuses[INVALID_REQUEST-InvalidPlaceIdException-Invalid place ID]
test.modules.location.location_service_test.TestLocationServiceGoogleMapsPlaceDetails ‑ test_get_place_details_api_error_statuses[NOT_FOUND-PlaceNotFoundException-Place with ID.*not found]
test.modules.location.location_service_test.TestLocationServiceGoogleMapsPlaceDetails ‑ test_get_place_details_api_error_statuses[OVER_QUERY_LIMIT-GoogleMapsAPIException-API error.*OVER_QUERY_LIMIT]
test.modules.location.location_service_test.TestLocationServiceGoogleMapsPlaceDetails ‑ test_get_place_details_googlemaps_exceptions[HTTPError-500-HTTP error]
test.modules.location.location_service_test.TestLocationServiceGoogleMapsPlaceDetails ‑ test_get_place_details_googlemaps_exceptions[Timeout-Request timed out-Request timed out]
test.modules.location.location_service_test.TestLocationServiceGoogleMapsPlaceDetails ‑ test_get_place_details_googlemaps_exceptions[TransportError-Connection failed-Transport error]
test.modules.location.location_service_test.TestLocationServiceGoogleMapsPlaceDetails ‑ test_get_place_details_missing_components
test.modules.location.location_service_test.TestLocationServiceGoogleMapsPlaceDetails ‑ test_get_place_details_missing_geometry
test.modules.location.location_service_test.TestLocationServiceGoogleMapsPlaceDetails ‑ test_get_place_details_not_found
test.modules.location.location_service_test.TestLocationServiceGoogleMapsPlaceDetails ‑ test_get_place_details_success
test.modules.location.location_service_test.TestLocationServiceWithComplaints ‑ test_delete_location_with_complaints_cascades
test.modules.location.location_service_test.TestLocationServiceWithComplaints ‑ test_get_location_with_complaints
test.modules.location.location_service_test.TestLocationServiceWithComplaints ‑ test_get_locations_includes_complaints
test.modules.location.location_service_test.TestLocationServiceWithComplaints ‑ test_update_location_retains_complaints
test.modules.party.party_router_test ‑ test_party_authentication[allowed_roles0-GET-/api/parties/-None]
test.modules.party.party_router_test ‑ test_party_authentication[allowed_roles1-GET-/api/parties/1-None]
test.modules.party.party_router_test ‑ test_party_authentication[allowed_roles2-DELETE-/api/parties/1-None]
test.modules.party.party_router_test ‑ test_party_authentication[allowed_roles3-GET-/api/parties/nearby?place_id=ChIJTest&start_date=2025-01-01&end_date=2025-12-31-None]
test.modules.party.party_router_test.TestPartyCSVRouter ‑ test_get_parties_csv_empty
test.modules.party.party_router_test.TestPartyCSVRouter ‑ test_get_parties_csv_validation_errors[params0]
test.modules.party.party_router_test.TestPartyCSVRouter ‑ test_get_parties_csv_validation_errors[params1]
test.modules.party.party_router_test.TestPartyCSVRouter ‑ test_get_parties_csv_validation_errors[params2]
test.modules.party.party_router_test.TestPartyCSVRouter ‑ test_get_parties_csv_validation_errors[params3]
test.modules.party.party_router_test.TestPartyCSVRouter ‑ test_get_parties_csv_validation_errors[params4]
test.modules.party.party_router_test.TestPartyCSVRouter ‑ test_get_parties_csv_validation_errors[params5]
test.modules.party.party_router_test.TestPartyCSVRouter ‑ test_get_parties_csv_validation_errors[params6]
test.modules.party.party_router_test.TestPartyCSVRouter ‑ test_get_parties_csv_validation_errors[params7]
test.modules.party.party_router_test.TestPartyCSVRouter ‑ test_get_parties_csv_with_data
test.modules.party.party_router_test.TestPartyCreateAdminRouter ‑ test_create_party_as_admin_location_on_hold
test.modules.party.party_router_test.TestPartyCreateAdminRouter ‑ test_create_party_as_admin_success
test.modules.party.party_router_test.TestPartyCreateAdminRouter ‑ test_create_party_as_admin_validation_errors
test.modules.party.party_router_test.TestPartyCreateStudentRouter ‑ test_create_party_as_student_success
test.modules.party.party_router_test.TestPartyDeleteRouter ‑ test_delete_party_not_found
test.modules.party.party_router_test.TestPartyDeleteRouter ‑ test_delete_party_success
test.modules.party.party_router_test.TestPartyGetRouter ‑ test_get_party_not_found
test.modules.party.party_router_test.TestPartyGetRouter ‑ test_get_party_success
test.modules.party.party_router_test.TestPartyListRouter ‑ test_list_parties_empty
test.modules.party.party_router_test.TestPartyListRouter ‑ test_list_parties_with_data
test.modules.party.party_router_test.TestPartyNearbyRouter ‑ test_get_parties_nearby_empty
test.modules.party.party_router_test.TestPartyNearbyRouter ‑ test_get_parties_nearby_validation_errors[params0]
test.modules.party.party_router_test.TestPartyNearbyRouter ‑ test_get_parties_nearby_validation_errors[params1]
test.modules.party.party_router_test.TestPartyNearbyRouter ‑ test_get_parties_nearby_validation_errors[params2]
test.modules.party.party_router_test.TestPartyNearbyRouter ‑ test_get_parties_nearby_validation_errors[params3]
test.modules.party.party_router_test.TestPartyNearbyRouter ‑ test_get_parties_nearby_validation_errors[params4]
test.modules.party.party_router_test.TestPartyNearbyRouter ‑ test_get_parties_nearby_validation_errors[params5]
test.modules.party.party_router_test.TestPartyNearbyRouter ‑ test_get_parties_nearby_validation_errors[params6]
test.modules.party.party_router_test.TestPartyNearbyRouter ‑ test_get_parties_nearby_validation_errors[params7]
test.modules.party.party_router_test.TestPartyNearbyRouter ‑ test_get_parties_nearby_validation_errors[params8]
test.modules.party.party_router_test.TestPartyNearbyRouter ‑ test_get_parties_nearby_with_date_range
test.modules.party.party_router_test.TestPartyNearbyRouter ‑ test_get_parties_nearby_within_radius
test.modules.party.party_service_test.TestPartyServiceCRUD ‑ test_create_party
test.modules.party.party_service_test.TestPartyServiceCRUD ‑ test_create_party_invalid_contact_one
test.modules.party.party_service_test.TestPartyServiceCRUD ‑ test_create_party_invalid_location
test.modules.party.party_service_test.TestPartyServiceCRUD ‑ test_delete_party
test.modules.party.party_service_test.TestPartyServiceCRUD ‑ test_delete_party_not_found
test.modules.party.party_service_test.TestPartyServiceCRUD ‑ test_get_parties
test.modules.party.party_service_test.TestPartyServiceCRUD ‑ test_get_parties_empty
test.modules.party.party_service_test.TestPartyServiceCRUD ‑ test_get_party_by_id
test.modules.party.party_service_test.TestPartyServiceCRUD ‑ test_get_party_by_id_not_found
test.modules.party.party_service_test.TestPartyServiceCRUD ‑ test_get_party_count
test.modules.party.party_service_test.TestPartyServiceCRUD ‑ test_party_exists
test.modules.party.party_service_test.TestPartyServiceCRUD ‑ test_update_party
test.modules.party.party_service_test.TestPartyServiceCRUD ‑ test_update_party_invalid_contact_one
test.modules.party.party_service_test.TestPartyServiceCRUD ‑ test_update_party_invalid_location
test.modules.party.party_service_test.TestPartyServiceCRUD ‑ test_update_party_not_found
test.modules.party.party_service_test.TestPartyServiceQueries ‑ test_get_parties_by_contact
test.modules.party.party_service_test.TestPartyServiceQueries ‑ test_get_parties_by_date_range
test.modules.party.party_service_test.TestPartyServiceQueries ‑ test_get_parties_by_date_range_boundary_end
test.modules.party.party_service_test.TestPartyServiceQueries ‑ test_get_parties_by_date_range_boundary_start
test.modules.party.party_service_test.TestPartyServiceQueries ‑ test_get_parties_by_date_range_multiple_parties
test.modules.party.party_service_test.TestPartyServiceQueries ‑ test_get_parties_by_date_range_no_results
test.modules.party.party_service_test.TestPartyServiceQueries ‑ test_get_parties_by_date_range_outside_after
test.modules.party.party_service_test.TestPartyServiceQueries ‑ test_get_parties_by_date_range_outside_before
test.modules.party.party_service_test.TestPartyServiceQueries ‑ test_get_parties_by_location
test.modules.party.party_service_test.TestPartyServiceQueries ‑ test_get_parties_by_student_and_date
test.modules.party.party_service_test.TestPartyServiceRadius ‑ test_get_parties_by_radius
test.modules.party.party_service_test.TestPartyServiceRadius ‑ test_get_parties_by_radius_and_date_range
test.modules.party.party_service_test.TestPartyServiceRadius ‑ test_get_parties_by_radius_and_date_range_boundary_end
test.modules.party.party_service_test.TestPartyServiceRadius ‑ test_get_parties_by_radius_and_date_range_boundary_start
test.modules.party.party_service_test.TestPartyServiceRadius ‑ test_get_parties_by_radius_and_date_range_empty
test.modules.party.party_service_test.TestPartyServiceRadius ‑ test_get_parties_by_radius_empty_results
test.modules.party.party_service_test.TestPartyServiceRadius ‑ test_get_parties_by_radius_time_window_boundaries
test.modules.party.party_service_test.TestPartyServiceRadius ‑ test_get_parties_by_radius_time_window_future
test.modules.party.party_service_test.TestPartyServiceRadius ‑ test_get_parties_by_radius_time_window_past
test.modules.police.police_router_test ‑ test_police_authentication[allowed_roles0-POST-/api/police/locations/1/warnings-None]
test.modules.police.police_router_test ‑ test_police_authentication[allowed_roles1-POST-/api/police/locations/1/citations-None]
test.modules.police.police_router_test.TestPoliceRouter ‑ test_increment_citations_at_max_count
test.modules.police.police_router_test.TestPoliceRouter ‑ test_increment_citations_location_not_found
test.modules.police.police_router_test.TestPoliceRouter ‑ test_increment_citations_multiple_times
test.modules.police.police_router_test.TestPoliceRouter ‑ test_increment_citations_success
test.modules.police.police_router_test.TestPoliceRouter ‑ test_increment_warnings_at_max_count
test.modules.police.police_router_test.TestPoliceRouter ‑ test_increment_warnings_location_not_found
test.modules.police.police_router_test.TestPoliceRouter ‑ test_increment_warnings_multiple_times
test.modules.police.police_router_test.TestPoliceRouter ‑ test_increment_warnings_success
test.modules.police.police_service_test.TestPoliceService ‑ test_get_police_not_found
test.modules.police.police_service_test.TestPoliceService ‑ test_get_police_success
test.modules.police.police_service_test.TestPoliceService ‑ test_update_police_not_found
test.modules.police.police_service_test.TestPoliceService ‑ test_update_police_success
test.modules.police.police_service_test.TestPoliceService ‑ test_verify_police_credentials_not_found
test.modules.police.police_service_test.TestPoliceService ‑ test_verify_police_credentials_success
test.modules.police.police_service_test.TestPoliceService ‑ test_verify_police_credentials_wrong_email
test.modules.police.police_service_test.TestPoliceService ‑ test_verify_police_credentials_wrong_password
test.modules.student.student_router_test ‑ test_student_authentication[allowed_roles0-GET-/api/students/-None]
test.modules.student.student_router_test ‑ test_student_authentication[allowed_roles1-GET-/api/students/12345-None]
test.modules.student.student_router_test ‑ test_student_authentication[allowed_roles2-POST-/api/students/-body2]
test.modules.student.student_router_test ‑ test_student_authentication[allowed_roles3-PUT-/api/students/12345-body3]
test.modules.student.student_router_test ‑ test_student_authentication[allowed_roles4-DELETE-/api/students/12345-None]
test.modules.student.student_router_test ‑ test_student_authentication[allowed_roles5-PATCH-/api/students/12345/is-registered-body5]
test.modules.student.student_router_test ‑ test_student_authentication[allowed_roles6-GET-/api/students/me-None]
test.modules.student.student_router_test ‑ test_student_authentication[allowed_roles7-PUT-/api/students/me-body7]
test.modules.student.student_router_test ‑ test_student_authentication[allowed_roles8-GET-/api/students/me/parties-None]
test.modules.student.student_router_test.TestStudentCRUDRouter ‑ test_create_student_duplicate_account
test.modules.student.student_router_test.TestStudentCRUDRouter ‑ test_create_student_duplicate_phone
test.modules.student.student_router_test.TestStudentCRUDRouter ‑ test_create_student_nonexistent_account
test.modules.student.student_router_test.TestStudentCRUDRouter ‑ test_create_student_success
test.modules.student.student_router_test.TestStudentCRUDRouter ‑ test_create_student_with_datetime
test.modules.student.student_router_test.TestStudentCRUDRouter ‑ test_create_student_wrong_role
test.modules.student.student_router_test.TestStudentCRUDRouter ‑ test_delete_student_not_found
test.modules.student.student_router_test.TestStudentCRUDRouter ‑ test_delete_student_success
test.modules.student.student_router_test.TestStudentCRUDRouter ‑ test_get_student_not_found
test.modules.student.student_router_test.TestStudentCRUDRouter ‑ test_get_student_success
test.modules.student.student_router_test.TestStudentCRUDRouter ‑ test_update_student_not_found
test.modules.student.student_router_test.TestStudentCRUDRouter ‑ test_update_student_phone_conflict
test.modules.student.student_router_test.TestStudentCRUDRouter ‑ test_update_student_success
test.modules.student.student_router_test.TestStudentListRouter ‑ test_list_students_empty
test.modules.student.student_router_test.TestStudentListRouter ‑ test_list_students_pagination[100-1-100-100]
test.modules.student.student_router_test.TestStudentListRouter ‑ test_list_students_pagination[15-2-10-5]
test.modules.student.student_router_test.TestStudentListRouter ‑ test_list_students_pagination[15-None-None-15]
test.modules.student.student_router_test.TestStudentListRouter ‑ test_list_students_pagination[23-3-10-3]
test.modules.student.student_router_test.TestStudentListRouter ‑ test_list_students_pagination[25-1-5-5]
test.modules.student.student_router_test.TestStudentListRouter ‑ test_list_students_pagination[5-10-10-0]
test.modules.student.student_router_test.TestStudentListRouter ‑ test_list_students_pagination_invalid_params[invalid_params0]
test.modules.student.student_router_test.TestStudentListRouter ‑ test_list_students_pagination_invalid_params[invalid_params1]
test.modules.student.student_router_test.TestStudentListRouter ‑ test_list_students_pagination_invalid_params[invalid_params2]
test.modules.student.student_router_test.TestStudentListRouter ‑ test_list_students_pagination_invalid_params[invalid_params3]
test.modules.student.student_router_test.TestStudentListRouter ‑ test_list_students_pagination_invalid_params[invalid_params4]
test.modules.student.student_router_test.TestStudentListRouter ‑ test_list_students_pagination_invalid_params[invalid_params5]
test.modules.student.student_router_test.TestStudentListRouter ‑ test_list_students_pagination_invalid_params[invalid_params6]
test.modules.student.student_router_test.TestStudentListRouter ‑ test_list_students_with_data
test.modules.student.student_router_test.TestStudentMeRouter ‑ test_get_me_not_found
test.modules.student.student_router_test.TestStudentMeRouter ‑ test_get_me_parties_empty
test.modules.student.student_router_test.TestStudentMeRouter ‑ test_get_me_parties_with_data
test.modules.student.student_router_test.TestStudentMeRouter ‑ test_get_me_success
test.modules.student.student_router_test.TestStudentMeRouter ‑ test_update_me_phone_conflict
test.modules.student.student_router_test.TestStudentMeRouter ‑ test_update_me_success
test.modules.student.student_router_test.TestStudentRegistrationRouter ‑ test_update_is_registered_mark_as_not_registered_as_admin
test.modules.student.student_router_test.TestStudentRegistrationRouter ‑ test_update_is_registered_mark_as_registered_as_staff
test.modules.student.student_router_test.TestStudentRegistrationRouter ‑ test_update_is_registered_student_not_found
test.modules.student.student_router_test.TestStudentRegistrationRouter ‑ test_update_is_registered_toggle
test.modules.student.student_service_test.TestStudentService ‑ test_create_student
test.modules.student.student_service_test.TestStudentService ‑ test_create_student_conflict
test.modules.student.student_service_test.TestStudentService ‑ test_create_student_duplicate_account_id
test.modules.student.student_service_test.TestStudentService ‑ test_create_student_with_datetime_timezone
test.modules.student.student_service_test.TestStudentService ‑ test_create_student_with_non_student_role
test.modules.student.student_service_test.TestStudentService ‑ test_create_student_with_nonexistent_account
test.modules.student.student_service_test.TestStudentService ‑ test_delete_student
test.modules.student.student_service_test.TestStudentService ‑ test_delete_student_not_found
test.modules.student.student_service_test.TestStudentService ‑ test_get_student_by_id
test.modules.student.student_service_test.TestStudentService ‑ test_get_student_by_id_not_found
test.modules.student.student_service_test.TestStudentService ‑ test_get_students
test.modules.student.student_service_test.TestStudentService ‑ test_get_students_empty
test.modules.student.student_service_test.TestStudentService ‑ test_update_is_registered_false
test.modules.student.student_service_test.TestStudentService ‑ test_update_is_registered_student_not_found
test.modules.student.student_service_test.TestStudentService ‑ test_update_is_registered_true
test.modules.student.student_service_test.TestStudentService ‑ test_update_student
test.modules.student.student_service_test.TestStudentService ‑ test_update_student_conflict
test.modules.student.student_service_test.TestStudentService ‑ test_update_student_not_found
test.modules.student.student_service_test.TestStudentService ‑ test_update_student_with_datetime_timezone
test.modules.student.student_service_test.TestStudentService ‑ test_update_student_with_non_student_role
Loading