summaryrefslogtreecommitdiffstats
path: root/pactest/pmenv.py
AgeCommit message (Collapse)AuthorFilesLines
2007-03-01* Modified values of INFRQ_* options so we start at 0x01 and not 0x00. ThisDan McGee1-9/+9
allows for the same bit operators to be used across the board on pkg_get operations. * Changed name of INFRQ_NONE -> INFRQ_BASE to more clearly reflect what it does (loads pkg name and version). * Added a few missing things on package functions, such as SYMEXPORT and ALPM_LOG_FUNC. * Slight updates to pmenv to print 'pass' and 'fail' instead of 'passed' and 'failed'. Keeps output a bit more concise. * Fixed a doxygen comment spelling error. :P
2007-02-28* Unifying placement of REPLACES in desc file, as pacman2 does. We'll worryDan McGee1-3/+8
about bigger DB changes later, but lets not screw anything up for release. * Removed some weird uses of "not ... ==" usage in pactest- correct me if I'm wrong, but isn't "!=" a lot more clean and concise? * Print description of failed tests in the pactest summary. This could get dirty with a lot of failed tests though, so watch out.
2007-02-27* Added another test- I believe it is a possible situation and one we need toDan McGee1-1/+1
deal with. Currently, libalpm with AND without Nagy's patch fails it. * Slight spacing update to pmenv.py.
2007-02-26* corrected (IMO) --debug usage with pactest. --debug is now passed straightAaron Griffin1-15/+25
through to pacman, whereas --verbose affects the pactest output - this cleans up the standard test output significantly * sorted tests a bit better, sectioning off failed tests AFTER successful tests, to make it easier to see what failed at a glance * added a 'testname' member to pmtest, which strips path info (cleaner output)
2007-02-23* Changes to quite a few of the tests, mostly minimal changes (betterDan McGee1-1/+1
descriptions, additional rules, etc) * One new pactest test regarding file migration between packages. * Fix of a little output bug in pmenv.py
2007-02-23*** empty log message ***Aaron Griffin1-1/+1
2007-02-21Fixed up the output a bit.Dan McGee1-4/+7
2007-02-21* Indentation changes - 4 spaces for python, we standardized this before (andAaron Griffin1-88/+89
it's a PEP) * Modified some sync tests
2006-10-15Added pactest to repository, from Aurelien Foret:Aaron Griffin1-0/+118
http://aurelien.foret.free.fr/archlinux/pactest/