RedHatQE / pylero

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

add replace to handle "/" in work item type class #139

Closed jenshoffend closed 1 year ago

jenshoffend commented 1 year ago

I wanted to use the SoftwareInput/Output class but that was not possible.

Workaround replace the "/" in class names.

example case: <class 'pylero.work_item.SoftwareInput/Output'>

Is there a better way to handle this issue? Or am i missing something?

leelavg commented 1 year ago

Is there a better way to handle this issue? Or am i missing something?

  • it's alright, transformed name is for an import namespace, however it'll still have correct item mapping
  • could you pls fix formatting (refer Readme) and I'll approve the pr

Thanks.

jenshoffend commented 1 year ago

Thank you, space issue should be fixed.