stack/sdks/implementations/python/tests
Ejiro Asiuwhu 1343d3ab2f test: add integration tests for payment, email, and data vault methods
- Add sync+async tests for list_products, get_item, grant_product, cancel_subscription
- Add tests for ServerItem.increase_quantity, decrease_quantity, try_decrease_quantity
- Add sync+async tests for send_email (html, text, multi-recipient) and get_email_delivery_stats
- Add sync+async tests for DataVaultStore get, set, delete, list_keys with NotFoundError handling
- Coverage grows from 299 to 337 tests, all passing
2026-03-25 02:26:45 +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 integration tests for payment, email, and data vault methods 2026-03-25 02:26:45 +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 sync and async HTTP client 2026-03-24 22:22:32 +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 token store subsystem 2026-03-25 00:50:23 +01:00