{ "info": { "author": "Asko Soukka", "author_email": "asko.soukka@iki.fi", "bugtrack_url": null, "classifiers": [ "Programming Language :: Python" ], "description": "Introduction\n============\n\nThis package provides a buildout recipe based on `zc.recipe.testrunner`_ to\ninstall a test script for `corejet.testrunner`_.\n\nUsage\n=====\n\nIn your buildout, add a part like this::\n\n [buildout]\n parts =\n ...\n test\n\n ...\n\n [test]\n recipe = corejet.recipe.testrunner\n eggs =\n my.package\n defaults = ['--auto-color', '--auto-progress']\n\nThe recipe accepts the same options as `zc.recipe.testrunner`_, so look at\nits documentation for details.\n\nWhen buildout is run, you should have a script in ``bin/test`` and a directory\n``parts/test``.\n\nTo run the tests, use the ``bin/test`` script. If you pass the ``--xml``\noption, test reports will be written to ``parts/test/testreports`` directory::\n\n $ bin/test --xml -s my.package\n\nIf you are using Hudson, you can now configure the build to publish JUnit\ntest reports for ``/parts/test/testreports/*.xml``.\n\nTo output a CoreJet report, do::\n\n $ bin/test --corejet=\"file,path/to/corejet/file.xml\" -s my.package\n\nThe CoreJet report and output XML file will be placed in\n``parts/test/corejet``. You can combine ``--xml`` and ``--corejet``.\n\nThe example above uses the ``file`` CoreJet repository source, which expects\nto find a CoreJet XML file at the path specified after the comma.\n\n.. _zope.testrunner: http://pypi.python.org/pypi/zope.testrunner\n.. _zc.recipe.testrunner: http://pypi.python.org/pypi/zc.recipe.testrunner\n.. _corejet.core: http://pypi.python.org/pypi/corejet.core\n.. _corejet.testrunner: http://pypi.python.org/pypi/corejet.testrunner\n\nChangelog\n=========\n\n\n1.0.0 (2012-05-26)\n------------------\n\n- Copied recipe from corejet.testrunner to fix the recipe requiring lxml\n [datakurre]", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/datakurre/corejet.recipe.testrunner/", "keywords": "corejet recipe", "license": "ZPL 2.1", "maintainer": null, "maintainer_email": null, "name": "corejet.recipe.testrunner", "package_url": "https://pypi.org/project/corejet.recipe.testrunner/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/corejet.recipe.testrunner/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/datakurre/corejet.recipe.testrunner/" }, "release_url": "https://pypi.org/project/corejet.recipe.testrunner/1.0.0/", "requires_dist": null, "requires_python": null, "summary": "ZC Buildout recipe for creating CoreJet test runners", "version": "1.0.0" }, "last_serial": 642648, "releases": { "1.0.0": [ { "comment_text": "", "digests": { "md5": "d908e6463f486a14543f7e3345b6e34e", "sha256": "9ea91734c53ddace5a3928d01a33cd27d24eea7211ae3d9582728dd4c9dcbddb" }, "downloads": -1, "filename": "corejet.recipe.testrunner-1.0.0.zip", "has_sig": false, "md5_digest": "d908e6463f486a14543f7e3345b6e34e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8595, "upload_time": "2012-05-26T14:46:56", "url": "https://files.pythonhosted.org/packages/5b/9d/0a038852c8ec0ba03089e6b0034db1ad7720729d9db7ad244cd462a4a2b5/corejet.recipe.testrunner-1.0.0.zip" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "d908e6463f486a14543f7e3345b6e34e", "sha256": "9ea91734c53ddace5a3928d01a33cd27d24eea7211ae3d9582728dd4c9dcbddb" }, "downloads": -1, "filename": "corejet.recipe.testrunner-1.0.0.zip", "has_sig": false, "md5_digest": "d908e6463f486a14543f7e3345b6e34e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8595, "upload_time": "2012-05-26T14:46:56", "url": "https://files.pythonhosted.org/packages/5b/9d/0a038852c8ec0ba03089e6b0034db1ad7720729d9db7ad244cd462a4a2b5/corejet.recipe.testrunner-1.0.0.zip" } ] }