{ "info": { "author": "Atsushi Odagiri", "author_email": "aodagx@gmail.com", "bugtrack_url": null, "classifiers": [ "Programming Language :: Python", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.3" ], "description": ".. contents::\n\n.. image:: https://travis-ci.org/rebeccaframework/rebecca.testing.png?branch=master\n :target: https://travis-ci.org/rebeccaframework/rebecca.testing\n\nGetting Started\n===================\n\nrebecca.testing provides test fixtures for `pyramid `_ application using `pytest `_.\n\ninstall\n------------------\n\ninstall with pip basically::\n\n $ pip install rebecca.testing\n\n\nUsage\n=====================\n\nconfig fixture\n-------------------------\n\nconfig fixture provides dummy config with automatic setup and teardown::\n\n from pyramid import testing\n from rebecca.testing import config\n\n def test_it(config):\n config.include('your.app')\n from your.app.views import ClassUnderTheTest\n request = testing.DummyRequest()\n result = ClassUnserTheTest(request)\n\n\nContributors\n============\n\n- Atsushi Odagiri, Original Author\n\n\nChangelog\n=========\n\n0.1 (2013-08-28)\n--------------------\n\n- first release", "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/rebeccaframework/rebecca.testing", "keywords": "", "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "rebecca.testing", "package_url": "https://pypi.org/project/rebecca.testing/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/rebecca.testing/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/rebeccaframework/rebecca.testing" }, "release_url": "https://pypi.org/project/rebecca.testing/0.1/", "requires_dist": null, "requires_python": null, "summary": "UNKNOWN", "version": "0.1" }, "last_serial": 850433, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "7daa862ba5099479c9836254b829afb2", "sha256": "2a37789fb5d6599c958c94464e3d0c86fc68175265b850be1dea57027180bbc4" }, "downloads": -1, "filename": "rebecca.testing-0.1.zip", "has_sig": false, "md5_digest": "7daa862ba5099479c9836254b829afb2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5849, "upload_time": "2013-08-27T15:30:59", "url": "https://files.pythonhosted.org/packages/61/c1/2ed0650384eaf4db40b485061f7c17a822ef11f332e365a440bf41dd0495/rebecca.testing-0.1.zip" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "7daa862ba5099479c9836254b829afb2", "sha256": "2a37789fb5d6599c958c94464e3d0c86fc68175265b850be1dea57027180bbc4" }, "downloads": -1, "filename": "rebecca.testing-0.1.zip", "has_sig": false, "md5_digest": "7daa862ba5099479c9836254b829afb2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5849, "upload_time": "2013-08-27T15:30:59", "url": "https://files.pythonhosted.org/packages/61/c1/2ed0650384eaf4db40b485061f7c17a822ef11f332e365a440bf41dd0495/rebecca.testing-0.1.zip" } ] }