corejet.recipe.testrunner

ZC Buildout recipe for creating CoreJet test runners
Download

corejet.recipe.testrunner Ranking & Summary

Advertisement

  • Rating:
  • License:
  • ZPL
  • Price:
  • FREE
  • Publisher Name:
  • Asko Soukka
  • Publisher web site:
  • http://iki.fi

corejet.recipe.testrunner Tags


corejet.recipe.testrunner Description

corejet.recipe.testrunner is a Python module that provides a buildout recipe based on zc.recipe.testrunner to install a test script for corejet.testrunner.UsageIn your buildout, add a part like this:parts = ... test...recipe = corejet.recipe.testrunnereggs = my.packagedefaults = The recipe accepts the same options as zc.recipe.testrunner, so look at its documentation for details.When buildout is run, you should have a script in bin/test and a directory parts/test.To run the tests, use the bin/test script. If you pass the --xml option, test reports will be written to parts/test/testreports directory: bin/test --xml -s my.packageIf you are using Hudson, you can now configure the build to publish JUnit test reports for /parts/test/testreports/*.xml.To output a CoreJet report, do: bin/test --corejet="file,path/to/corejet/file.xml" -s my.packageThe CoreJet report and output XML file will be placed in parts/test/corejet. You can combine --xml and --corejet.The example above uses the file CoreJet repository source, which expects to find a CoreJet XML file at the path specified after the comma.Product's homepage


corejet.recipe.testrunner Related Software