Commit Graph

7 Commits

Author SHA1 Message Date
Kevin
39517ce6d1 Fix mock server nested body matching and array response tests.
Recursively ignore read-only fields in nested request objects and
regenerate dashboards/streaming integration tests for list responses.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-07-28 12:40:21 +01:00
Kevin
f1f280d48c Normalize ISO8601 datetimes in mock server request body matching.
Treat Z and +00:00 as equivalent when comparing serialized SDK request
bodies to OAS examples, fixing alert suppression window integration tests.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-07-28 12:22:48 +01:00
Kevin
509c351f85 CP-2453 Add core test mock server and exception status mapping
Move the integration mock server into test-only sdk_test_support helpers
and expose ApiException.exception_class_for_http_status for generated
integration error assertions.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-07-24 15:34:11 +01:00
Kevin Han
e75e6a7f2f
Fix: Upgrade to urllib3 >= 2.6.3 (#162)
Some checks are pending
Python CI / build (push) Waiting to run
* upgrade to urllib3 >= 2.6.3

* Revert auto-generated changes; keep core retry fix only

* recover tests
2026-07-13 09:29:31 +01:00
Rodrigo Rodrigues
85758d8414
feat: Add pagination iterable helper (#125)
Some checks are pending
Python CI / build (push) Waiting to run
2026-01-26 17:18:17 +00:00
Phellippe Lima
e8590d7f38
fix: fixes core package test (#75)
Some checks failed
Python CI / build (push) Has been cancelled
2024-10-09 14:46:50 +01:00
João Malés
f7bb46b920
feature: Add tests for Core package. (#57)
* Update python.yaml

* Update release.yaml

* CP-2386 Add tests to Core.

* Revert "Update release.yaml"

This reverts commit ec93301496.

* Update python.yaml
2024-10-08 17:18:32 +01:00