summaryrefslogtreecommitdiffstats
path: root/pactest/pactest.py
AgeCommit message (Collapse)AuthorFilesLines
2007-03-05* Fixed an issue with globbing the --test argumentAaron Griffin1-1/+2
* Added a custom 'mkdir' function which makes parents and doesn't fail on existence * Added output for 'SKIP' messages (it did not indicate WHY it was skipped) * Added the ability to generate DB packages in the sync dir (not the cache dir) for testing downloading. (self.cachepkgs = False) * Added pmtest.path for the full path to the package file
2007-02-23Ignore that... wasn't supposed to happenAaron Griffin1-1/+0
2007-02-23*** empty log message ***Aaron Griffin1-0/+1
2007-02-23* Fixed globbing for pactest --test argumentAaron Griffin1-4/+10
* --manual-confirm was handled in the wrong order
2007-02-23* Removed a stray print statement left in thereAaron Griffin1-6/+12
* Fail when no tests defined * Added --manual-confirm to help with hand testing
2007-02-23* Modified the handling and output w.r.t. IgnorePkg entries. -Sy always ignoresAaron Griffin1-0/+1
these packages, but -S explicitly asks for confirmation.
2007-02-22* Rewrote pactest with an OptionParser so we can have helpful help text, andDan McGee1-38/+57
bumped the version to 0.4. Still a work in progress. * Changed some linewraps in rankmirrors to keep everything under 80 chars.
2007-02-21* Indentation changes - 4 spaces for python, we standardized this before (andAaron Griffin1-33/+34
it's a PEP) * Modified some sync tests
2006-10-15Added pactest to repository, from Aurelien Foret:Aaron Griffin1-0/+73
http://aurelien.foret.free.fr/archlinux/pactest/