-
Notifications
You must be signed in to change notification settings - Fork 81
Closed
Labels
api: firestoreIssues related to the googleapis/python-firestore API.Issues related to the googleapis/python-firestore API.type: feature request‘Nice-to-have’ improvement, new feature or different behavior or design.‘Nice-to-have’ improvement, new feature or different behavior or design.
Description
PR #205 re-enabled the tests/unit/v1/test_cross_language.py
test suite, but did not pull in the latest versions of the conformance test data files, specifically using the new update_transform
feature.
To do:
- Run
make -f Makefile_v1 copy-testdata
. Verify that tests of updates fail. - Update explicit unit tests and code for update-related methods to bundle values previously packed into separate
transform
messages into theupdate_transforms
sub-message of theupdate
message. Verify that conftests now pass.
Metadata
Metadata
Assignees
Labels
api: firestoreIssues related to the googleapis/python-firestore API.Issues related to the googleapis/python-firestore API.type: feature request‘Nice-to-have’ improvement, new feature or different behavior or design.‘Nice-to-have’ improvement, new feature or different behavior or design.