Configurable TurboGears Testing
Posted by Tim Freund Sat, 23 Dec 2006 08:06:54 GMT
A whole flurry of changes were committed to the TurboGears project today, and many of the changes will make testing TurboGears applications easier. I am partial to one ticket in particular, since I wrote it. This is my first applied patch for the TurboGears project, so I am quite happy about that.
A project can now use a test.cfg to define test specific settings for TurboGears applications. In addition, an application's app.cfg file will be parsed before unit tests will run. I was prompted to write the patch when I ran into issues with the default test configuration while testing GOODCalc.