Files
Neo-ZQYY/test_results.txt

19 lines
1.5 KiB
Plaintext

============================= test session starts =============================
platform win32 -- Python 3.13.9, pytest-9.0.1, pluggy-1.5.0 -- C:\ProgramData\miniconda3\python.exe
cachedir: .pytest_cache
hypothesis profile 'default'
rootdir: C:\NeoZQYY
configfile: pyproject.toml
plugins: anyio-4.12.1, hypothesis-6.151.5, cov-7.0.0
collecting ... collected 22 items
tests/test_auth_system_properties.py::TestProperty1MigrationIdempotency::test_p3_migration_idempotent PASSED [ 4%]
tests/test_auth_system_properties.py::TestProperty14JwtPayloadStructure::test_jwt_payload_structure_matches_user_status PASSED [ 9%]
tests/test_auth_system_properties.py::TestProperty15JwtExpiredInvalidRejection::test_expired_token_rejected PASSED [ 13%]
tests/test_auth_system_properties.py::TestProperty15JwtExpiredInvalidRejection::test_tampered_token_rejected PASSED [ 18%]
tests/test_auth_system_properties.py::TestProperty15JwtExpiredInvalidRejection::test_wrong_secret_token_rejected PASSED [ 22%]
tests/test_auth_system_properties.py::TestProperty15JwtExpiredInvalidRejection::test_garbage_string_rejected PASSED [ 27%]
tests/test_auth_system_properties.py::TestProperty15JwtExpiredInvalidRejection::test_expired_token_rejected_by_decode_access_token PASSED [ 31%]
tests/test_auth_system_properties.py::TestProperty2LoginCreateFindUser::test_new_user_created_with_pending_status PASSED [ 36%]
tests/test_auth_system_properties.py::TestProperty2LoginCreateFindUser::test_existing_user_returns_same_id