{ "info": { "author": "Tranchitella Kft.", "author_email": "info@tranchitella.eu", "bugtrack_url": null, "classifiers": [ "Framework :: Buildout", "Intended Audience :: Developers", "Intended Audience :: System Administrators", "License :: OSI Approved :: GNU General Public License (GPL)", "Programming Language :: Python" ], "description": "tranchitella.recipe.testrunner\n==============================\n\nThis recipe creates a zope.testing_ test runner script which supports code\ncoverage analysis using the coverage_ python library.\n\nUsage\n-----\n\nThe recipe supports the following options:\n\neggs\n\n The eggs option specified a list of eggs to test given as one ore more\n setuptools requirement strings. Each string must be given on a separate\n line.\n\nscript-name\n\n The script option gives the name of the script to generate, in the buildout\n bin directory. Of the option isn't used, the part name will be used.\n\nextra-paths\n\n One or more extra paths to include in the generated test script.\n\ndefaults\n\n The defaults option lets you specify testrunner default options.\n\nworking-directory\n\n The working-directory option lets to specify a directory where the tests\n will run. The testrunner will change to this directory when run. If the\n working directory is the empty string or not specified at all, the recipe\n will create a working directory among the parts.\n\nenvironment\n\n A set of environment variables that should be exported before starting the\n tests.\n\ninitialization\n\n Provide initialization code to run before running tests.\n\nrelative-paths\n\n Use egg, test, and working-directory paths relative to the test script.\n\nThis is a minimal ''buildout.cfg'' file which creates a test runner::\n\n [test]\n recipe = tranchitella.recipe.testrunner\n eggs = myapplication\n\n [test-coverage]\n recipe = tranchitella.recipe.testrunner\n eggs = myapplication\n defaults = ['--coverage-module', 'myapplication', '--coverage-branch']\n\n.. _coverage: http://nedbatchelder.com/code/modules/rees-coverage.html\n.. _zope.testing: http://pypi.python.org/pypi/zope.testing\n\n\nChanges\n=======\n\n0.4 (2010-08-24)\n----------------\n\n- Updated code to depend on zope.testrunner instead of zope.testing.\n\n0.3 (2010-06-14)\n----------------\n\n- Added a new option (--coverage-html) to run the html coverage command.\n\n0.2 (2010-04-22)\n----------------\n\n- Added a new option (--coverage-annotate) to run the annotate coverage\n command.\n\n- Added a new option (--coverage-xml) to run the xml_report coverage command.\n\n0.1 (2010-04-22)\n----------------\n\n- First release, forked from zc.recipe.testrunner.", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://pypi.python.org/pypi/tranchitella.recipe.testrunner", "keywords": null, "license": "GPL 2", "maintainer": null, "maintainer_email": null, "name": "tranchitella.recipe.testrunner", "package_url": "https://pypi.org/project/tranchitella.recipe.testrunner/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/tranchitella.recipe.testrunner/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://pypi.python.org/pypi/tranchitella.recipe.testrunner" }, "release_url": "https://pypi.org/project/tranchitella.recipe.testrunner/0.4/", "requires_dist": null, "requires_python": null, "summary": "Buildout recipe to create a zope.testing test runner", "version": "0.4" }, "last_serial": 800871, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "25b42599b7a9ee39bd111fd15b674b73", "sha256": "02907f029cb02325a26081edd41f92faf7e2d235a88275f0803eb3ecd150f52b" }, "downloads": -1, "filename": "tranchitella.recipe.testrunner-0.1.tar.gz", "has_sig": false, "md5_digest": "25b42599b7a9ee39bd111fd15b674b73", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 16904, "upload_time": "2010-04-22T10:11:28", "url": "https://files.pythonhosted.org/packages/c9/55/94784cc768bd9da77e3aa1085bd9ca866a4f48547e49c52782078981d7b6/tranchitella.recipe.testrunner-0.1.tar.gz" } ], "0.2": [ { "comment_text": "", "digests": { "md5": "5da5e6273a5b1c12936fa8cadf5ac094", "sha256": "ca8b15698ff284be57d39296443978a7b323c92bceab5913854c4d79daa80702" }, "downloads": -1, "filename": "tranchitella.recipe.testrunner-0.2.tar.gz", "has_sig": false, "md5_digest": "5da5e6273a5b1c12936fa8cadf5ac094", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 17142, "upload_time": "2010-04-22T13:10:01", "url": "https://files.pythonhosted.org/packages/57/21/90448b28d9cc9c7398c949ba9437456f3bde94f9fa617919b53901871d9b/tranchitella.recipe.testrunner-0.2.tar.gz" } ], "0.3": [ { "comment_text": "", "digests": { "md5": "a888537fdb2d84ae4972d9bbaf83cd15", "sha256": "caf77e01ee2d87ea97df6fffc596eeb4722257e86fb04be5bc2a2f9833d8849e" }, "downloads": -1, "filename": "tranchitella.recipe.testrunner-0.3.tar.gz", "has_sig": false, "md5_digest": "a888537fdb2d84ae4972d9bbaf83cd15", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 15958, "upload_time": "2010-06-14T10:04:04", "url": "https://files.pythonhosted.org/packages/c9/0b/ef9b70e2bb8a3b7e19dff576606068c81257046fc769142328efe395a4d3/tranchitella.recipe.testrunner-0.3.tar.gz" } ], "0.4": [ { "comment_text": "", "digests": { "md5": "6bb9323bdb2cddb547a143e9b60b26d6", "sha256": "d5fa52be7b30748838e1e7c037fde346fd578e1f5c5ab159a663cf9092d8fbd9" }, "downloads": -1, "filename": "tranchitella.recipe.testrunner-0.4.tar.gz", "has_sig": false, "md5_digest": "6bb9323bdb2cddb547a143e9b60b26d6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 15543, "upload_time": "2010-08-24T08:32:57", "url": "https://files.pythonhosted.org/packages/9a/61/95954b0e8aeb2a49e0547c0e602b02b6a9f78c59f433e6250431d7b070d3/tranchitella.recipe.testrunner-0.4.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "6bb9323bdb2cddb547a143e9b60b26d6", "sha256": "d5fa52be7b30748838e1e7c037fde346fd578e1f5c5ab159a663cf9092d8fbd9" }, "downloads": -1, "filename": "tranchitella.recipe.testrunner-0.4.tar.gz", "has_sig": false, "md5_digest": "6bb9323bdb2cddb547a143e9b60b26d6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 15543, "upload_time": "2010-08-24T08:32:57", "url": "https://files.pythonhosted.org/packages/9a/61/95954b0e8aeb2a49e0547c0e602b02b6a9f78c59f433e6250431d7b070d3/tranchitella.recipe.testrunner-0.4.tar.gz" } ] }