RedHatQE / pylero

Python wrapper for the Polarion WSDL API
https://redhatqe.github.io/pylero/
MIT License
38 stars 25 forks source link

Feat/answer to comments #172

Closed AlthausKonstantin closed 8 months ago

AlthausKonstantin commented 8 months ago

My proposal for https://github.com/RedHatQE/pylero/issues/171.

AlthausKonstantin commented 8 months ago

PS: CI Pipeline is failing due to https://github.com/psf/black/issues/4175 :(

waynesun09 commented 8 months ago

The update lgtm.

I saw the createComment API is marked as Deprecated by addComment, so this change is necessary and we could keep the create_comment function name for backward compatibility for our users.

For the Black and reorder incompatible issue, could you revert the change with pre-commit component changes until there is a solution for that, thanks.

waynesun09 commented 8 months ago

Thanks, lgtm and test also pass