Blog: 2026-02-20: Difference between revisions
Jump to navigation
Jump to search
(Created page with "here's the output of pytest on weave: <pre> (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...") |
No edit summary |
||
| Line 3: | Line 3: | ||
<pre> |
<pre> |
||
(weave-py3.14) weave $ pytest |
(weave-py3.14) weave $ pytest |
||
====================== test session starts ====================== |
|||
platform darwin -- Python 3.14.3, pytest-9.0.2, pluggy-1.6.0 |
platform darwin -- Python 3.14.3, pytest-9.0.2, pluggy-1.6.0 |
||
rootdir: /Users/razzi/forks/weave |
rootdir: /Users/razzi/forks/weave |
||
| Line 9: | Line 9: | ||
testpaths: tests |
testpaths: tests |
||
plugins: time-machine-3.2.0, icdiff-0.9, postgresql-8.0.0, requests-mock-1.12.1 |
plugins: time-machine-3.2.0, icdiff-0.9, postgresql-8.0.0, requests-mock-1.12.1 |
||
collected 51 items |
collected 51 items |
||
tests/test_create_faculty_profile_custom_tag.py . |
tests/test_create_faculty_profile_custom_tag.py . [ 1%] |
||
tests/test_create_minimal_student_profile.py . |
tests/test_create_minimal_student_profile.py . [ 3%] |
||
tests/test_create_student_profile.py . |
tests/test_create_student_profile.py . [ 5%] |
||
tests/test_get_account.py .. |
tests/test_get_account.py .. [ 9%] |
||
tests/test_get_profile.py .... |
tests/test_get_profile.py .... [ 17%] |
||
tests/test_get_profiles.py ...... |
tests/test_get_profiles.py ...... [ 29%] |
||
tests/test_get_profiles_sorting.py . |
tests/test_get_profiles_sorting.py . [ 31%] |
||
tests/test_get_public_tags.py ... |
tests/test_get_public_tags.py ... [ 37%] |
||
tests/test_logout.py . |
tests/test_logout.py . [ 39%] |
||
tests/test_matching_faculty_profiles.py ... |
tests/test_matching_faculty_profiles.py ... [ 45%] |
||
tests/test_query_profile_tags.py .. |
tests/test_query_profile_tags.py .. [ 49%] |
||
tests/test_query_searchable_tags.py ...... |
tests/test_query_searchable_tags.py ...... [ 60%] |
||
tests/test_registration.py .. |
tests/test_registration.py .. [ 64%] |
||
tests/test_star_profile.py ....... |
tests/test_star_profile.py ....... [ 78%] |
||
tests/test_student_profile.py . |
tests/test_student_profile.py . [ 80%] |
||
tests/test_update_availability.py . |
tests/test_update_availability.py . [ 82%] |
||
tests/test_update_profile.py ... |
tests/test_update_profile.py ... [ 88%] |
||
tests/test_update_student_profile.py . |
tests/test_update_student_profile.py . [ 90%] |
||
tests/test_verify_token.py ..... |
tests/test_verify_token.py ..... [100%] |
||
| ⚫ | |||
| ⚫ | |||
</pre> |
</pre> |
||
Latest revision as of 02:18, 20 February 2026
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 =======================