stack/sdks/implementations/python/tests
Ejiro Asiuwhu d0550079f7 fix: address PR review findings from bot analysis
- Fix incorrect docstring method names in get_item (set_quantity ->
  increase_quantity, decrease_quantity, try_decrease_quantity)
- Add asyncio.Lock to AsyncJWKSFetcher._fetch_jwks to deduplicate
  concurrent JWKS fetches on cold/expired cache
- Add threading.Lock to SyncJWKSFetcher._fetch_jwks for same reason
- Add threading.Lock to _get_or_create_memory_store to prevent
  race condition in token store registry
- Fix README clone URL to point to upstream repo
- Fix E2E test SyncJWKSFetcher constructor to use correct signature
  (jwks_url + http_client instead of project_id + base_url)
2026-03-26 09:01:06 +01:00
..
test_models fix: update team member profile test to include required user_id field 2026-03-25 01:39:56 +01:00
__init__.py test: add failing tests for python sdk error hierarchy and base model 2026-03-24 22:17:03 +01:00
conftest.py test: add failing tests for python sdk error hierarchy and base model 2026-03-24 22:17:03 +01:00
test_app.py test: add failing tests for get_partial_user method 2026-03-25 07:52:42 +01:00
test_auth.py fix: replace broad exception catches with specific types and add debug logging 2026-03-25 08:08:12 +01:00
test_client.py test: add failing tests for publishable_client_key and token store defaults 2026-03-25 07:50:42 +01:00
test_e2e.py fix: address PR review findings from bot analysis 2026-03-26 09:01:06 +01:00
test_errors.py test: add failing tests for python sdk error hierarchy and base model 2026-03-24 22:17:03 +01:00
test_jwt.py test: add failing tests for jwt verification and jwks fetching 2026-03-24 22:22:34 +01:00
test_token_store.py fix: make RequestLike runtime_checkable and remove type: ignore from resolve_token_store 2026-03-25 08:00:59 +01:00