{ "info": { "author": "Iwan Vosloo", "author_email": "stubble-users@lists.reahl.org", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Environment :: Console", "Intended Audience :: Developers", "License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL)", "Operating System :: OS Independent", "Programming Language :: Python", "Topic :: Software Development :: Testing" ], "description": "==================================================================\r\n\r\nPlease note: this project has been renamed in newer versions. See\r\n\r\nhttps://pypi.python.org/pypi/reahl-stubble for the newer versions.\r\n\r\n==================================================================\r\n\r\nStubble is a collection of tools for writing stubs in unit tests.\r\n\r\nUsing stubs allows one to decouple one unit test from real code \r\nunrelated to it - you write a fake class to take the place of \r\na real one (which this test is not testing).\r\n\r\nStubble ensures, however, that the test will break should the\r\ninterface of the stub differ from that of the real class it is a stub\r\nfor.", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://www.reahl.org/project?name=stubble", "keywords": "", "license": "LGPL", "maintainer": "", "maintainer_email": "", "name": "stubble", "package_url": "https://pypi.org/project/stubble/", "platform": "Any", "project_url": "https://pypi.org/project/stubble/", "project_urls": { "Homepage": "http://www.reahl.org/project?name=stubble" }, "release_url": "https://pypi.org/project/stubble/0.5/", "requires_dist": null, "requires_python": null, "summary": "Stub tools for use in testing", "version": "0.5" }, "last_serial": 941676, "releases": { "0.4": [], "0.5": [] }, "urls": [] }