Blog: 2026-02-20

From razwiki
Jump to navigation Jump to search

here's the output of pytest on weave:

(weave-py3.14) weave $ pytest
====================== test session starts ======================
platform darwin -- Python 3.14.3, pytest-9.0.2, pluggy-1.6.0
rootdir: /Users/razzi/forks/weave
configfile: pytest.ini
testpaths: tests
plugins: time-machine-3.2.0, icdiff-0.9, postgresql-8.0.0, requests-mock-1.12.1
collected 51 items                                              

tests/test_create_faculty_profile_custom_tag.py .         [  1%]
tests/test_create_minimal_student_profile.py .            [  3%]
tests/test_create_student_profile.py .                    [  5%]
tests/test_get_account.py ..                              [  9%]
tests/test_get_profile.py ....                            [ 17%]
tests/test_get_profiles.py ......                         [ 29%]
tests/test_get_profiles_sorting.py .                      [ 31%]
tests/test_get_public_tags.py ...                         [ 37%]
tests/test_logout.py .                                    [ 39%]
tests/test_matching_faculty_profiles.py ...               [ 45%]
tests/test_query_profile_tags.py ..                       [ 49%]
tests/test_query_searchable_tags.py ......                [ 60%]
tests/test_registration.py ..                             [ 64%]
tests/test_star_profile.py .......                        [ 78%]
tests/test_student_profile.py .                           [ 80%]
tests/test_update_availability.py .                       [ 82%]
tests/test_update_profile.py ...                          [ 88%]
tests/test_update_student_profile.py .                    [ 90%]
tests/test_verify_token.py .....                          [100%]

====================== 51 passed in 2.18s =======================