summaryrefslogtreecommitdiffstats
path: root/testsuite/Testlib/TestServer/TestPlugin.py
Commit message (Collapse)AuthorAgeFilesLines
* reorganized testsuite to allow tests on stuff outside of srcChris St. Pierre2012-09-041-2296/+0
|
* renamed Bcfg2Py3k to CompatChris St. Pierre2012-08-271-1/+1
|
* Plugin test fixes for SEModulesChris St. Pierre2012-08-241-17/+28
|
* added some basic plugin interface tests to allow inheritance and ↵Chris St. Pierre2012-08-241-2/+15
| | | | forward-compat for future tests
* 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
|
* 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 relative imports from testsuite for py2.4 compatChris St. Pierre2012-08-231-2/+11
|
* 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-221-1/+2
|
* tweaked tests for python 2.5Chris St. Pierre2012-08-221-1/+3
|
* removed more context managersChris St. Pierre2012-08-221-1/+13
|
* fixed lxml.etree.tostring invocationsChris St. Pierre2012-08-221-9/+13
|
* removed context managers from unit testsChris St. Pierre2012-08-211-40/+50
|
* lots of various py3k fixesChris St. Pierre2012-08-211-63/+63
|
* fixed builtin mocks for py3kChris St. Pierre2012-08-211-6/+6
|
* attempt to get tests working under python 2.6Chris St. Pierre2012-08-211-1/+1
|
* removing Cfg-specific behavior from EntrySetChris St. Pierre2012-08-201-2/+0
|
* fixed EntrySet.best_matching()Chris St. Pierre2012-08-201-20/+18
|
* minor test fixesChris St. Pierre2012-08-161-1/+2
|
* fixed event on data directory itself to DirectoryBacked pluginsChris St. Pierre2012-08-151-2/+11
|
* added tests for GroupSpoolChris St. Pierre2012-08-151-1/+194
|
* added unit tests for EntrySetChris St. Pierre2012-08-141-14/+385
|
* added tests for Specificity/SpecificDataChris St. Pierre2012-08-141-2/+84
|
* added tests for PrioDirChris St. Pierre2012-08-141-34/+125
|
* fixed test inheritanceChris St. Pierre2012-08-141-61/+117
|
* added tests for XMLSrc, InfoXML, XMLDirectoryBackedChris St. Pierre2012-08-131-7/+103
|
* abstracted out some common test stuff into common.pyChris St. Pierre2012-08-131-26/+1
|
* added unit tests for INode, InfoNodeChris St. Pierre2012-08-131-37/+306
|
* made plugin tests inherit from plugin interface testsChris St. Pierre2012-08-101-0/+5
|
* StructFile tests and fixesChris St. Pierre2012-08-101-5/+226
|
* tests and fixes for XMLFileBackedChris St. Pierre2012-08-091-0/+189
|
* DirectoryBacked tests and fixesChris St. Pierre2012-08-091-0/+188
|
* move MetadataConsistency/RuntimeError exceptions into Plugin.py so we don't ↵Chris St. Pierre2012-08-091-1/+0
| | | | depend on a particular Metadata plugin
* adding some tests for Plugin.pyChris St. Pierre2012-08-091-0/+448