aboutsummaryrefslogtreecommitdiffstats
path: root/tests/test_exe.py
Commit message (Collapse)AuthorAgeFilesLines
* Add vim tags to all python source filesBryn M. Reeves2014-03-261-0/+2
| | | | | | Fixes Issue #243. Signed-off-by: Bryn M. Reeves <bmr@redhat.com>
* Small change to test_exe to point to /usr/bin/pythonAdam Stokes2013-04-111-1/+1
| | | | | | - Simple fix to make all unittests green Signed-off-by: Adam Stokes <adam.stokes@ubuntu.com>
* Refactoring PackageManagers and ArchivesJesse Jaggars2012-03-051-0/+2
Pulled up PackageManager implementation to simplify subclass responsibilities Moved compress method to Archive classes Re-organized utilities.py Added tests to exercise more utilities methods