You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Add initial draft of rpc call generation
* remove test log statement. Reorder gen_bridge_client.py
* Add generation of python services. Update a couple tests to avoid relying on previous behavior but still contain the same assertions
* remove debug prints
* run format after generating files
* Remove debug print. Remove unused imports. Fully qualify generated import in service.py
* add call to cargo fmt after generation. Move generated python services to a generated directory to allow pydocstyle exclusion. Add linter ignore rule on tests/worker/test_workflow.py:4840 to avoid a linter rule about method assignment.
* Remove some prints. Add simple test that confirms start_batch_operation is wired up through bridge and core
* remove simple test in favor of a more thorough check for 'unknown rpc call'
* Add generated doc strings and remove exception from pydocstyle
* Try out reference descriptors directly rather than using importlib
* Add googleapis-common-protos to dev dependencies.
* Update test to explicitly pass on RPCError and explictly fail on ValueError
0 commit comments