summaryrefslogtreecommitdiffstats
path: root/testsuite/common.py
Commit message (Expand)AuthorAgeFilesLines
* testsuite: fixed local implementation of assertItemsEqualChris St. Pierre2013-12-051-2/+5
* Tools: new Augeas driverChris St. Pierre2013-12-051-17/+36
* testsuite: fixed assertXMLEqual comparison of XML attribute valuesChris St. Pierre2012-12-031-4/+5
* wrote more detailed unit testing documentationChris St. Pierre2012-10-051-21/+124
* testsuite: unit tests for Cfg plugin and base handlersChris St. Pierre2012-10-021-0/+7
* wrote unit tests for PropertiesChris St. Pierre2012-09-271-6/+2
* unittests: define assertNotRegexpMatches separately from assertRegexpMatchesChris St. Pierre2012-09-071-0/+5
* unittests: add regex assertions to the Bcfg2TestCase base object as necessaryChris St. Pierre2012-09-071-78/+72
* testsuite: fixed patchIf() for intermediate versions of mockChris St. Pierre2012-09-071-32/+19
* testsuite: fixed syncdb for Django 1.4Chris St. Pierre2012-09-071-3/+3
* fixed some of our unittest convenience methodsChris St. Pierre2012-09-051-2/+8
* added assertRegexpMatches to Bcfg2TestCase for compatChris St. Pierre2012-09-041-1/+12
* removed or fixed functools importsChris St. Pierre2012-08-231-1/+6
* fixed patchIf() (I hope)Chris St. Pierre2012-08-221-18/+59
* fixed skip decoratorsChris St. Pierre2012-08-221-22/+9
* add an argument, don't remove it in patchIf()Chris St. Pierre2012-08-221-1/+1
* remove extra argument in patchIf() the right wayChris St. Pierre2012-08-221-1/+1
* patchIf() adds arguments to function callsChris St. Pierre2012-08-221-1/+11
* fixed assertItemsEqual for py < 2.7Chris St. Pierre2012-08-221-31/+5
* fixed conditional patching of pylibacl/selinux methods for py2.6Chris St. Pierre2012-08-221-0/+15
* removed context managers from unit testsChris St. Pierre2012-08-211-2/+2
* lots of various py3k fixesChris St. Pierre2012-08-211-36/+129
* fixed builtin mocks for py3kChris St. Pierre2012-08-211-0/+10
* attempt to get tests working under python 2.6Chris St. Pierre2012-08-211-4/+79
* abstracted out some common test stuff into common.pyChris St. Pierre2012-08-131-0/+77