summaryrefslogtreecommitdiffstats
path: root/testsuite
Commit message (Expand)AuthorAgeFilesLines
* SELinux: when selinux supports transactions but not adding modules via the AP...Chris St. Pierre2012-09-251-1/+2
* expanded pylint coverageChris St. Pierre2012-09-255-64/+92
* fixed tests for pylint changesChris St. Pierre2012-09-256-86/+66
* more pylint checksChris St. Pierre2012-09-252-77/+114
* expanded pylint testsChris St. Pierre2012-09-252-5/+10
* run pylint for errors on almost everything, full runs on some selected stuffChris St. Pierre2012-09-253-2/+389
* testsuite: Fixed Probes JSON testsChris St. Pierre2012-09-201-8/+5
* SEModules: fixed handling of module names againChris St. Pierre2012-09-181-22/+28
* SEModules: fixed unit testsChris St. Pierre2012-09-141-9/+10
* 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
* testsuite: fixed patch scoping issues in py3kChris St. Pierre2012-09-074-130/+164
* fixed unit tests for fixed Probes cache expirationChris St. Pierre2012-09-061-1/+1
* split up mammoth Plugin.pyChris St. Pierre2012-09-065-453/+546
* documented base plugin interfacesChris St. Pierre2012-09-062-19/+43
* improving plugin development docsChris St. Pierre2012-09-061-3/+17
* added server-side client metadata object cachingChris St. Pierre2012-09-052-1/+12
* 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
* for some reason we suddenly need to explicitly set ignore when testing INode ...Chris St. Pierre2012-09-041-0/+1
* fixed up tools documentation, added tests for tools docoChris St. Pierre2012-09-041-0/+98
* reorganized testsuite to allow tests on stuff outside of srcChris St. Pierre2012-09-0421-0/+0
* added POSIX/Symlink.py unit tests for relative symlinksChris St. Pierre2012-09-041-0/+18
* testsuite: Fix Path type='device' testsSol Jerome2012-09-021-4/+4
* fixed base64 encoding of non-ascii stringsChris St. Pierre2012-08-291-0/+1
* renamed Bcfg2Py3k to CompatChris St. Pierre2012-08-274-4/+4
* added SEModules testsChris St. Pierre2012-08-241-0/+109
* Plugin test fixes for SEModulesChris St. Pierre2012-08-241-17/+28
* added unit tests for TemplateHelperChris St. Pierre2012-08-241-0/+120
* added some basic plugin interface tests to allow inheritance and forward-comp...Chris St. Pierre2012-08-242-2/+23
* DirectoryBacked: add class attribute to ignore certain patternsChris St. Pierre2012-08-241-0/+13
* DirectoryBacked/XMLDirectoryBacked: honor "patterns" class attributeChris St. Pierre2012-08-241-40/+55
* removed debugging outputChris St. Pierre2012-08-231-2/+0
* fixed base_url tests for py2.4/lxml 2.0Chris St. Pierre2012-08-231-2/+10
* portable way to get regex typeChris St. Pierre2012-08-231-1/+7
* removed or fixed functools importsChris St. Pierre2012-08-231-1/+6
* removed two more relative importsChris St. Pierre2012-08-232-7/+7
* removed relative imports from testsuite for py2.4 compatChris St. Pierre2012-08-2313-41/+155
* do not require a priority attribute on InfoXML files at allChris St. Pierre2012-08-221-10/+13
* fix test for python 2.5Chris St. Pierre2012-08-221-1/+1
* fixed imports from test commonChris St. Pierre2012-08-2212-12/+24
* tweaked tests for python 2.5Chris St. Pierre2012-08-2213-13/+42
* fixed patchIf() (I hope)Chris St. Pierre2012-08-221-18/+59
* fixed unicode test in TestFile againChris St. Pierre2012-08-221-1/+4
* skip testing ClientVersions object unless Django is installed or skipping tes...Chris St. Pierre2012-08-221-84/+86
* removed more context managersChris St. Pierre2012-08-222-4/+53
* 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