{ "info": { "author": "Jason Webb", "author_email": "bigjasonwebb@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "scenariotest\n============\n\nThis testing helper-class was taken from a gist written by github user\n\u2018bigjason\u2019. It combines a prototypical test case with a list of dictionaries\n(each a dict of keyword arguments) and transforms the two into a series of\nunittest-compatible test cases. The advantage of this approach is that an\nidentical test can be applied to multiple scenarios with minimal repetition\nof code, while still having each scenario tested independently and reported\nto the user by the test runner.\n\nExample of usage can be found in the file xunit.py, or on\nbigjason's blog post which introduced the concept:\n\n \n\nThe original code this was based off of can be found on GitHub:\n\n \n", "description_content_type": null, "docs_url": null, "download_url": "http://pypi.python.org/packages/source/s/scenariotest/scenariotest-1.0.tar.gz", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://github.com/maaku/scenariotest/", "keywords": null, "license": "UNKNOWN", "maintainer": null, "maintainer_email": null, "name": "scenariotest", "package_url": "https://pypi.org/project/scenariotest/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/scenariotest/", "project_urls": { "Download": "http://pypi.python.org/packages/source/s/scenariotest/scenariotest-1.0.tar.gz", "Homepage": "http://github.com/maaku/scenariotest/" }, "release_url": "https://pypi.org/project/scenariotest/1.0/", "requires_dist": null, "requires_python": null, "summary": "Combines a prototypical test case with a list of dictionaries (each a dict of keyword arguments) and transforms the two into a series of unittest-compatible test cases.", "version": "1.0" }, "last_serial": 864299, "releases": { "1.0": [ { "comment_text": "", "digests": { "md5": "b6086a851fb51bec1564b83d5523afe3", "sha256": "aae88b9967cbd55b9b084e236f2fe3198d7b886428e88f51675a206fd44c35a1" }, "downloads": -1, "filename": "scenariotest-1.0.tar.gz", "has_sig": true, "md5_digest": "b6086a851fb51bec1564b83d5523afe3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2204, "upload_time": "2013-09-12T22:34:40", "url": "https://files.pythonhosted.org/packages/d5/32/66d0ca49708ba058df4bc5905b283e046c13050cf35bb0af1afe1a12e63e/scenariotest-1.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "b6086a851fb51bec1564b83d5523afe3", "sha256": "aae88b9967cbd55b9b084e236f2fe3198d7b886428e88f51675a206fd44c35a1" }, "downloads": -1, "filename": "scenariotest-1.0.tar.gz", "has_sig": true, "md5_digest": "b6086a851fb51bec1564b83d5523afe3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2204, "upload_time": "2013-09-12T22:34:40", "url": "https://files.pythonhosted.org/packages/d5/32/66d0ca49708ba058df4bc5905b283e046c13050cf35bb0af1afe1a12e63e/scenariotest-1.0.tar.gz" } ] }