ansible-pip icon indicating copy to clipboard operation
ansible-pip copied to clipboard

Testing strategy

Open nmusatti opened this issue 4 years ago • 0 comments

I have a couple of concerns about how this role is tested:

  • Does it make sense to test distros that have been retired? I'm thinking of CentOS 6 and Fedora 31. Should we remove them from the text matrix?
  • As it is we are only testing system Python installations, but we do not test custom installed ones. This results in poor Python version coverage and leaves mostly untested the use of get-pip.py. Should we consider adding tests for source installations?

nmusatti avatar Mar 28 '21 14:03 nmusatti