{ "info": { "author": "UNKNOWN", "author_email": "UNKNOWN", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Intended Audience :: Developers", "Operating System :: OS Independent", "Topic :: Software Development :: Testing" ], "description": "pytest plugin to all passing the path to a paste config file\n\nUsage\n-----\n\ninstall/update via::\n\n pip install -U pytest-paste-config\n\nand to run tests type::\n\n py.test\n\n\nRationale\n=========\n\nThis plugin is written purely so that I can do:\n\n def test_connection(pytestconfig):\n engine = engine_from_config(pytestconfig.paste_file)\n models.Base.metadata.create_all(engine)\n # some test code...\n \n\nand then run:\n\n py.test --paste-file testing.ini", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "UNKNOWN", "keywords": null, "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "pytest-paste-config", "package_url": "https://pypi.org/project/pytest-paste-config/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/pytest-paste-config/", "project_urls": { "Download": "UNKNOWN", "Homepage": "UNKNOWN" }, "release_url": "https://pypi.org/project/pytest-paste-config/0.1/", "requires_dist": null, "requires_python": null, "summary": "Allow setting the path to a paste config file", "version": "0.1" }, "last_serial": 868705, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "e29a5206f4045227d976b8b176f6bd63", "sha256": "5737f1cf03a9e1f4064ff043d5978da10c5e93e50fee2d13ea5a855d4c7f6503" }, "downloads": -1, "filename": "pytest-paste-config-0.1.tar.gz", "has_sig": false, "md5_digest": "e29a5206f4045227d976b8b176f6bd63", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1505, "upload_time": "2013-09-18T14:47:16", "url": "https://files.pythonhosted.org/packages/34/80/1add32d26d760cf795e3835e858a126b7e979185ff705e9463bdd4755071/pytest-paste-config-0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "e29a5206f4045227d976b8b176f6bd63", "sha256": "5737f1cf03a9e1f4064ff043d5978da10c5e93e50fee2d13ea5a855d4c7f6503" }, "downloads": -1, "filename": "pytest-paste-config-0.1.tar.gz", "has_sig": false, "md5_digest": "e29a5206f4045227d976b8b176f6bd63", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1505, "upload_time": "2013-09-18T14:47:16", "url": "https://files.pythonhosted.org/packages/34/80/1add32d26d760cf795e3835e858a126b7e979185ff705e9463bdd4755071/pytest-paste-config-0.1.tar.gz" } ] }