Vcst restapi phase3 coverage#140
Merged
Merged
Conversation
…alisation tag CRUD orders/test_orders.py: - add make_order factory fixture with auto-teardown - refactor test_order_create to use factory (drops inline cleanup) - add test_order_get_by_id (GET by id, verify fields) - add test_order_update_status (PUT status=Processing, verify via GET) - add test_order_get_not_found (idempotent — assert empty or 404) contacts/test_contact.py: - add test_contact_get_not_found (HTTPError → 404 or empty result) platform/test_user_password.py: - add test_user_password_change_wrong_old — verifies wrong-old-password is rejected and original password still works catalog_personalisation/test_personalisation.py: - add test_tag_add_to_member_groups (serial) — real round-trip through /api/platform/settings: add tag, verify in GET, restore via try/finally Results: 265 passed, 5 skipped, 2 destructive deselected. Delta: +6 tests. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
bf37b77 to
53d3be1
Compare
REST API Test Results271 tests 266 ✅ 23s ⏱️ Results for commit 53d3be1. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.