pylero
pylero copied to clipboard
Python wrapper for the Polarion WSDL API
In version 21R1 Polarion introduced custom fields on Test Records. This is a very useful feature and critical to us implementing TFA in Polarion. Here is the new help on...
pylero should be able to work with both WSDL and REST, hopefully taking advantage of both
Currently we are trying to install readline with python 3.6, which errors out with RHEL 8 https://github.com/RedHatQE/pylero/blob/master/requirements.txt#L4 Either use gnureadline or use readline for < python 3.6. **Environment:** ``` (env)...
One of our non-red hat users (who does not have a github account) has been having trouble with suds always changing from https to http. This is not something I...
@simzacks - I had a look at one of the interesting projects https://github.com/jesper-raemaekers/python-polarion/issues/39 which also provides Python API for Polarion - If #10 is far away, how feasible it'll be...