did you have a look at the 'jenkins-test-harness'? its part of the core: https://github.com/jenkinsci/jenkins/tree/master/test /Domi
On 17.02.2012, at 13:56, Thorsten Möllers wrote: > Hi all, > > I'm new here, just started to develop my first Jenkins contributions this > week. > I implemented two features, because I need them badly. > > https://issues.jenkins-ci.org/browse/JENKINS-4960 > (only one checkout per matrixa build, actually I only updated an existing > patch) > => https://github.com/jenkinsci/jenkins/pull/375 > > https://issues.jenkins-ci.org/browse/JENKINS-12778 > (multiple touchstones, this was my idea) > => https://github.com/jenkinsci/jenkins/pull/377 > > Now, besides asking kindly for some feedback on these pull requests, I would > also like to mention an issue that occurred to me when I was implementing > JENKINS-12778: > I had a hard time finding some good unit tests for my implementation (so I > didn't implement any), but it was simple to create some job configurations to > test the new functionality. Is there any framework available where I should > add these configurations, so that they are executed as part of a test suite? > > Best regards, > Thorsten Möllers >
