aboutsummaryrefslogtreecommitdiffstats
path: root/tests/test_exe.py
Commit message (Collapse)AuthorAgeFilesLines
* 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