summaryrefslogtreecommitdiffstats
path: root/testsuite/Testsrc/Testlib/TestServer/TestPlugins/TestCfg/TestCfgCheetahGenerator.py
Commit message (Collapse)AuthorAgeFilesLines
* Plugins: Added TemplateDataProvider plugin interfaceChris St. Pierre2013-10-301-6/+15
| | | | | | | This lets you provide variables to the top-level namespace of templates in a more seamless way than through a Connector plugin. It's mostly useful for TemplateHelper for now, but may find other uses in the future.
* testsuite: removed obsolete can_skip variableChris St. Pierre2013-09-031-25/+24
| | | | | | This was needed when we implemented skipping ourselves in a hackish way; with unittest2, skipping is implemented correctly, so tests can always be skipped
* testsuite: fixed unit tests for server pluginsChris St. Pierre2013-08-091-7/+7
|
* added module-level OptionParser to avoid passing it as an argument or global ↵Chris St. Pierre2013-01-171-4/+3
| | | | all over
* Templating updates:Chris St. Pierre2012-11-191-1/+10
| | | | | | * Added "repo" variable to all template formats * Made variables available in Genshi and Cheetah template more similar * Improved docs
* wrote more detailed unit testing documentationChris St. Pierre2012-10-051-3/+1
|
* testsuite: added unit tests for Cfg handlersChris St. Pierre2012-10-021-0/+41