aboutsummaryrefslogtreecommitdiffstats
path: root/tests/utilities_tests.py
Commit message (Collapse)AuthorAgeFilesLines
* using /usr/bin/timeout if it's thereJesse Jaggars2012-03-201-1/+8
|
* Squashed commit of the following:Jesse Jaggars2012-03-131-1/+13
| | | | | | | | | | | | | | commit 1c2cf82a424125decda210a557755e8467bf0b2b Author: Jesse Jaggars <jjaggars@redhat.com> Date: Tue Mar 13 15:20:47 2012 -0500 adding regex sub tests and some docstrings commit d72f2f28b364519710f95a53330821138fc40849 Author: Jesse Jaggars <jjaggars@redhat.com> Date: Tue Mar 13 11:13:06 2012 -0500 adding many tests for plugins
* fixing fileGrep to pass multiple search paths better and we handle ↵Jesse Jaggars2012-03-081-0/+4
| | | | non-existant files as well
* Refactoring PackageManagers and ArchivesJesse Jaggars2012-03-051-1/+47
| | | | | | | 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
* adding ability to specify multiple files for Plugin.fileGrepJesse Jaggars2012-02-271-0/+37