aboutsummaryrefslogtreecommitdiff
path: root/tests
Commit message (Collapse)AuthorAge
* Skip lsb_release tests when module is missingv0.0.8Guido Günther2014-07-11
|
* Add systemd supportGuido Günther2014-07-11
|
* Drop unused variableGuido Günther2014-07-11
|
* Move detect_distro to DistroGuido Günther2014-07-01
|
* Update copyright statementsv0.0.6Guido Günther2014-04-28
| | | | | | Some were GPLv2+ due to a copy and paste error, some were missing. Thanks to Thorsten Alteholz for pointing this out
* Also look for shared objects without a versionGuido Günther2014-04-25
| | | | | While this will add all -dev packages to the checks we need this in order to also pick up dlopen'd objects.
* Use 'in' instead of 'has_key'Guido Günther2014-04-22
| | | | which doesn't exit in Python3
* Use 'next(iter)' instead of 'iter.next()'Guido Günther2014-04-22
| | | | since the former works with python 2 and 3
* Don't run apt_pkg tests if apt_pkg is not installedGuido Günther2014-04-22
|
* Split out and test RedHatDistroGuido Günther2014-04-21
|
* Split out and test RpmPkgGuido Günther2014-04-21
|
* Split out and test DebianPkgGuido Günther2014-04-21
|
* Split out and test DebianDistroGuido Günther2014-04-21
|
* Split out and test PkgGuido Günther2014-04-20
|
* Split out and test DistroGuido Günther2014-04-20
|
* Split out and test ProcessGuido Günther2014-04-18