RedHatQE / pylero

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

Support for pylero-cmd to create/update TestCase objects #116

Open Dannyb48 opened 1 year ago

Dannyb48 commented 1 year ago

Looking a the code and playing around with it I can query tests cases but it looks like I can only create/update test runs. I have a need to create/update test cases. Any chance we can support that functionality?

waynesun09 commented 1 year ago

The project is intent to be used as library, the CLI did not include much function or not even been added into the cmd list.

@leelavg I feel there is a history of why not included it, any comments.

leelavg commented 1 year ago

why not included it

  • basically, this project predates my joining in RH by at-least 4 yrs 😅
  • from what I remember the pylero-cmd was developed as a standalone using pylero just as a module, there used to be a confluence page mentioning the same
  • and as such, only required functionality was coded by then author of pylero-cmd