summaryrefslogtreecommitdiff
path: root/test/pacman/pmtest.py
AgeCommit message (Expand)Author
2019-01-04allow tests for disabled features to be skippedAndrew Gregory
2018-05-14Remove all modelines from the projectEli Schwartz
2018-03-14Update coyrights for 2018Allan McRae
2017-01-04Update copyright yearsAllan McRae
2016-01-04Update copyright years for 2016Allan McRae
2015-10-18pactest: add hook/script supportAndrew Gregory
2015-10-18util.py: return the created pathAndrew Gregory
2015-10-18pactest: use pacman --hookdir optionAndrew Gregory
2015-02-01Update copyright notices for 2015Allan McRae
2014-11-04pmtest: make test paths easily available to testsAndrew Gregory
2014-10-13pmtest: allow tests to specify test binaryAndrew Gregory
2014-10-13pacman: add --confirm optionAndrew Gregory
2014-10-13pmtest: allow tests to specify db versionAndrew Gregory
2014-09-23Check the version of the local database during validationAllan McRae
2014-09-23Add version file to empty local databaseAllan McRae
2014-08-04pactest: only snapshot needed filesAndrew Gregory
2014-02-04pmtest: add memory check to tests with valgrindAndrew Gregory
2014-01-28pmtest: use valgrind --child-silent-after-forkAndrew Gregory
2014-01-28pmtest: use --gen-suppression=all with valgrindAndrew Gregory
2014-01-28pmtest: send valgrind output to var/log/valgrindAndrew Gregory
2014-01-06Update copyright years for 2014Allan McRae
2013-12-21Use the 'configure'd PYTHON to run pactest.Jeremy Heiner
2013-10-14Use dict iteration methods common to both Python 2 and 3.Jeremy Heiner
2013-10-14Use Python's "0o#" octal literal instead of deprecated "0#".Jeremy Heiner
2013-10-14Use "exec" instead of "execfile" (deprecated in Python 3).Jeremy Heiner
2013-08-21convert pactest to TAP outputAndrew Gregory
2013-08-21pactest: treat unknown rules as failuresAndrew Gregory
2013-05-29pmtest: set LC_ALL=C in subprocess.callAndrew Gregory
2013-03-10pmpkg: add missing directories to test packagesAndrew Gregory
2013-02-16pmtest: install filesystem entries before packagesAndrew Gregory
2013-02-07Print a warning if fakechroot is not foundChirantan Ekbote
2013-01-28Make path to ldconfig configurableAllan McRae
2013-01-28pactest: handle non-default scriptlet shellsAllan McRae
2013-01-28Revert execvp and related commitsAllan McRae
2013-01-17pmtest: resolve path to scriptlet shellAllan McRae
2012-09-18Merge branch 'maint'Dan McGee
2012-09-18pactest: allow running with valgrind from any directoryAllan McRae
2012-03-08Point python shebangs at python2Allan McRae
2011-09-01pactest: remove PACMAN_OUTPUT from ldconfig testsDan McGee
2011-08-17Fix trailing whitespace in whole codebaseDan McGee
2011-08-02pactest: use subprocess module instead of os.systemDan McGee
2011-06-30pactest: create packages in memoryDan McGee
2011-06-24pactest: generate sync DB's in memoryDan McGee
2011-06-24pactest: make pmfile a bit more pythonicDan McGee
2011-06-24pactest: small cleanups and chmod -x most filesDan McGee
2011-01-31pactest: allow checking for cache file existenceDan McGee
2011-01-29pactest: pass entire test to rule.check()Dan McGee
2011-01-22pactest: use new-style python classesDan McGee
2011-01-22pactest: revamp modified logicDan McGee
2011-01-22pactest: pylint changes for pmtestDan McGee