Zheaoli commented on PR #3402: URL: https://github.com/apache/incubator-opendal/pull/3402#issuecomment-1784705219
@messense @Xuanwo For now, I chose to copy and paste the Capability impl to `binding/Python` to simplify the code by using the `pyclass` and `get_all` About the test, I think we don't need add extra test to ensure that Capability in python is in sync with Capability in Rust. Here's the detail 1. Capability API is stable, it would not be changed in couple of months or years. 2. After #3363, each service would have there own behavior test for Python binding, if there's any change about Capability which got some side effect to the code, the test would fail. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
