微信小程序页面迁移校验之前 P5任务处理之前

This commit is contained in:
Neo
2026-03-09 01:19:21 +08:00
parent 263bf96035
commit 6e20987d2f
1112 changed files with 153824 additions and 219694 deletions

18
test_results.txt Normal file
View File

@@ -0,0 +1,18 @@
============================= 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