Test Reports - bounswe/bounswe2023group2 GitHub Wiki

Test results collected:

============================= test session starts ==============================
collecting ... collected 10 items

emergency_test.py::test_signup PASSED                                    [ 10%]
emergency_test.py::test_create_emergency1 PASSED                         [ 20%]
emergency_test.py::test_login PASSED                                     [ 30%]
emergency_test.py::test_create_emergency2 PASSED                         [ 40%]
emergency_test.py::test_get_emergency1 PASSED                            [ 50%]
emergency_test.py::test_get_emergency2 PASSED                            [ 60%]
emergency_test.py::test_get_all_emergencies PASSED                       [ 70%]
emergency_test.py::test_update_emergency PASSED                          [ 80%]
emergency_test.py::test_delete_emergency1 PASSED                         [ 90%]
emergency_test.py::test_delete_emergency2 PASSED                         [100%]

======================== 10 passed, 1 warning in 1.16s =========================

Process finished with exit code 0
============================= test session starts ==============================
collecting ... collected 9 items

feedback_test.py::test_signup PASSED                                     [ 11%]
feedback_test.py::test_login PASSED                                      [ 22%]
feedback_test.py::test_create_need PASSED                                [ 33%]
feedback_test.py::test_upvote_need PASSED                                [ 44%]
feedback_test.py::test_upvote_need_again PASSED                          [ 55%]
feedback_test.py::test_downvote_need PASSED                              [ 66%]
feedback_test.py::test_downvote_need_again PASSED                        [ 77%]
feedback_test.py::test_unvote_need PASSED                                [ 88%]
feedback_test.py::test_unvote_need_again PASSED                          [100%]

========================= 9 passed, 1 warning in 1.20s =========================

Process finished with exit code 0
============================= test session starts ==============================
collecting ... collected 16 items

need_test.py::test_signup PASSED                                         [  6%]
need_test.py::test_login PASSED                                          [ 12%]
need_test.py::test_create_need1 PASSED                                   [ 18%]
need_test.py::test_create_need2 PASSED                                   [ 25%]
need_test.py::test_get_need1 PASSED                                      [ 31%]
need_test.py::test_get_need2 PASSED                                      [ 37%]
need_test.py::test_get_all_needs PASSED                                  [ 43%]
need_test.py::test_update_need PASSED                                    [ 50%]
need_test.py::test_set_initial_quantity PASSED                           [ 56%]
need_test.py::test_get_initial_quantity PASSED                           [ 62%]
need_test.py::test_set_unsupplied_quantity PASSED                        [ 68%]
need_test.py::test_get_unsupplied_quantity PASSED                        [ 75%]
need_test.py::test_set_urgency PASSED                                    [ 81%]
need_test.py::test_get_urgency PASSED                                    [ 87%]
need_test.py::test_delete_need1 PASSED                                   [ 93%]
need_test.py::test_delete_need2 PASSED                                   [100%]

======================== 16 passed, 1 warning in 1.21s =========================

Process finished with exit code 0
============================= test session starts ==============================
collecting ... collected 12 items

report_test.py::test_signup PASSED                                       [  8%]
report_test.py::test_login PASSED                                        [ 16%]
report_test.py::test_create_need1 PASSED                                 [ 25%]
report_test.py::test_create_report1 PASSED                               [ 33%]
report_test.py::test_create_report2 PASSED                               [ 41%]
report_test.py::test_make_admin PASSED                                   [ 50%]
report_test.py::test_get_report1 PASSED                                  [ 58%]
report_test.py::test_get_report2 PASSED                                  [ 66%]
report_test.py::test_get_all_reports PASSED                              [ 75%]
report_test.py::test_update_report PASSED                                [ 83%]
report_test.py::test_delete_report1 PASSED                               [ 91%]
report_test.py::test_delete_report2 PASSED                               [100%]

======================== 12 passed, 1 warning in 1.25s =========================

Process finished with exit code 0

============================= test session starts ==============================
collecting ... collected 18 items

resource_test.py::test_create_resource PASSED                            [  5%]
resource_test.py::test_get_resource PASSED                               [ 11%]
resource_test.py::test_get_all_resources PASSED                          [ 16%]
resource_test.py::test_update_resource PASSED                            [ 22%]
resource_test.py::test_delete_resource PASSED                            [ 27%]
resource_test.py::test_set_initial_quantity PASSED                       [ 33%]
resource_test.py::test_set_current_quantity PASSED                       [ 38%]
resource_test.py::test_set_condition PASSED                              [ 44%]
resource_test.py::test_get_initial_quantity_succeed PASSED               [ 50%]
resource_test.py::test_get_current_quantity_succeed PASSED               [ 55%]
resource_test.py::test_create_resource_missing_fields PASSED             [ 61%]
resource_test.py::test_get_nonexistent_resource PASSED                   [ 66%]
resource_test.py::test_update_nonexistent_resource PASSED                [ 72%]
resource_test.py::test_delete_nonexistent_resource PASSED                [ 77%]
resource_test.py::test_set_invalid_condition PASSED                      [ 83%]
resource_test.py::test_get_initial_quantity_of_nonexistent_resource PASSED [ 88%]
resource_test.py::test_get_current_quantity_of_nonexistent_resource PASSED [ 94%]
resource_test.py::test_get_condition_of_nonexistent_resource PASSED      [100%]

======================== 18 passed, 1 warning in 1.36s =========================

Process finished with exit code 0

============================= test session starts ==============================
collecting ... collected 5 items

test_events.py::test_create_event PASSED                                 [ 20%]
test_events.py::test_get_events PASSED                                   [ 40%]
test_events.py::test_get_event_by_id PASSED                              [ 60%]
test_events.py::test_update_event PASSED                                 [ 80%]
test_events.py::test_delete_event PASSED                                 [100%]

========================= 5 passed, 1 warning in 3.21s =========================

Process finished with exit code 0

============================= test session starts ==============================
collecting ... collected 6 items

test_geocode.py::test_get_address_suggestion PASSED                      [ 16%]
test_geocode.py::test_convert_address_to_coordinates PASSED              [ 33%]
test_geocode.py::test_autocomplete_address_and_convert_to_coordinates PASSED [ 50%]Complete Address: Test Address

test_geocode.py::test_convert_coordinates_to_address PASSED              [ 66%]
test_geocode.py::test_autocomplete_address PASSED                        [ 83%]
test_geocode.py::test_convert_coordinates PASSED                         [100%]

========================= 6 passed, 1 warning in 0.28s =========================

Process finished with exit code 0
============================= test session starts ==============================
collecting ... collected 10 items

test_user_profile.py::test_create_language PASSED                        [ 10%]
test_user_profile.py::test_create_skills PASSED                          [ 20%]
test_user_profile.py::test_create_socialmedia_links PASSED               [ 30%]
test_user_profile.py::test_create_professions PASSED                     [ 40%]
test_user_profile.py::test_create_optionalinfos PASSED                   [ 50%]
test_user_profile.py::test_create_get_languages PASSED                   [ 60%]
test_user_profile.py::test_create_get_skills PASSED                      [ 70%]
test_user_profile.py::test_create_get_professions PASSED                 [ 80%]
test_user_profile.py::test_create_get_socialmedia_links PASSED           [ 90%]
test_user_profile.py::test_create_get_optionalinfos PASSED               [100%]

======================== 10 passed, 1 warning in 5.82s =========================

Process finished with exit code 0