stack/sdks/implementations/python/tests
Ejiro Asiuwhu 80f2c32f2e test: add failing tests for get_partial_user method
- Test get_partial_user returns TokenPartialUser from valid JWT
- Test returns None when no token store, explicit None, or empty store
- Test token_store override parameter
- Test async variant works identically (sync method, no I/O)
2026-03-25 07:52:42 +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 test: add failing tests for auth module 2026-03-25 00:50:06 +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_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 test: add failing tests for publishable_client_key and token store defaults 2026-03-25 07:50:42 +01:00