seveas / python-hpilo

Accessing the HP iLO XML interface from python

Home Page:https://seveas.github.io/python-hpilo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

(Debian) how to run tests

sandrotosi opened this issue · comments

Hello,
i'm packaging hpilo/4.4.3 for Debian, and i wanted to run the tests, but i'm not sure exactly how. There is a document at https://github.com/seveas/python-hpilo/blob/main/tests/README which i tried to follow but even just running unittest discover trigger an error because tests/utils.py still has import ConfigParser which is python2-syntax.

I'm wondering if tests have been left a bit behind and would need some work for downstream distros to be able to run them.

Thanks,
Sandro