RedHatQE / pylero

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

Update spec check with import test #106

Closed waynesun09 closed 1 year ago

waynesun09 commented 2 years ago

Test import the library with exclude modules which require polarion server connection.

Signed-off-by: Wayne Sun gsun@redhat.com

leelavg commented 2 years ago
waynesun09 commented 2 years ago

It's not related to 107 with the CLI, this is for testing import the library files under src/pylero in the rpm build as the package is intended for use as library with module import. Not all modules could be directly import as they require polarion connection.

So exclude the modules which could be directly import in the rpm build testing.