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
While working on the Python examples today, I noticed that we need to do something about the structure of the generated Python files of the gRPC API and our helper functions. It's getting more and more complicated to use them, and a lot of lines could potentially be saved.
Since we now also want to start with integration tests in #294, it probably makes sense to do this before and safe the work of redoing the integration tests after a major API change.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
While working on the Python examples today, I noticed that we need to do something about the structure of the generated Python files of the gRPC API and our helper functions. It's getting more and more complicated to use them, and a lot of lines could potentially be saved.
My main point would be:
Since we now also want to start with integration tests in #294, it probably makes sense to do this before and safe the work of redoing the integration tests after a major API change.
Proposed package structure:
Beta Was this translation helpful? Give feedback.
All reactions