SatelliteQE / betelgeuse

Betelgeuse reads standard Python test cases and offers tools to interact with Polarion.
GNU General Public License v3.0
12 stars 20 forks source link

pylarion now supporting python 3 #121

Closed mirekdlugosz closed 5 years ago

mirekdlugosz commented 5 years ago

An email came hour ago announcing that pylarion now supports Python 3. Everything that was removed during 2 -> 3 transition can be most likely brought back, maybe with slight changes.

elyezer commented 5 years ago

The requirements management was the important feature that was dropped but now an importer is available for it.

That said, I don't have plans to bring pylarion usage to Betelgeuse. I would invest time implementing the requirements XML feature which is lacking in the current version.

elyezer commented 5 years ago

Requirement command is now added by https://github.com/SatelliteQE/betelgeuse/pull/127 and the test-plan command is removed by https://github.com/SatelliteQE/betelgeuse/pull/129. With that there is no need to bring pylarion back and we can avoid having a dependency on a private project.