{ "info": { "author": "Jonathan Enzinna", "author_email": "jonnyfunfun@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Natural Language :: English", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4" ], "description": ".. include globals.rst\n\n.. image:: https://travis-ci.org/JonnyFunFun/pytest-envfiles.svg?branch=master\n :target: https://travis-ci.org/JonnyFunFun/pytest-envfiles\n\npytest-envfiles\n===============\n\npytest-envfiles is a py.test plugin that allows you to specify environment variable files that are to be parsed prior\nto executing tests. These files contain environment variables in a KEY=VALUE format.\n\nInstallation\n------------\n\nUse pip:\n\n.. code:: shell\n\n pip install pytest-envfiles\n\n\nUsage\n-----\n\nIn your pytest.ini file add a key, `env_files` and the environment variable files as a line\nseparated list. The listed files will be parsed prior to test execution\n\n.. code:: shell\n\n [pytest]\n env_files =\n ./common.env\n ./tests.env\n /opt/secrets.env", "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/JonnyFunFun/pytest-envfiles", "keywords": null, "license": "UNKNOWN", "maintainer": null, "maintainer_email": null, "name": "pytest-envfiles", "package_url": "https://pypi.org/project/pytest-envfiles/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/pytest-envfiles/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/JonnyFunFun/pytest-envfiles" }, "release_url": "https://pypi.org/project/pytest-envfiles/0.1.0/", "requires_dist": null, "requires_python": null, "summary": "A py.test plugin that parses environment files before running tests", "version": "0.1.0" }, "last_serial": 1758814, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "53ce0ab762cbd4f8c1846f51c1a8b9b6", "sha256": "7e0390141358c9fbf32be6de26eda7b83b456f0c8419c66291675d932d239298" }, "downloads": -1, "filename": "pytest-envfiles-0.1.0.zip", "has_sig": true, "md5_digest": "53ce0ab762cbd4f8c1846f51c1a8b9b6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5237, "upload_time": "2015-10-08T19:01:29", "url": "https://files.pythonhosted.org/packages/36/cb/669dc6292b2ddac3c0e482135322b7e291573f4aece46e8085a0420852eb/pytest-envfiles-0.1.0.zip" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "53ce0ab762cbd4f8c1846f51c1a8b9b6", "sha256": "7e0390141358c9fbf32be6de26eda7b83b456f0c8419c66291675d932d239298" }, "downloads": -1, "filename": "pytest-envfiles-0.1.0.zip", "has_sig": true, "md5_digest": "53ce0ab762cbd4f8c1846f51c1a8b9b6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5237, "upload_time": "2015-10-08T19:01:29", "url": "https://files.pythonhosted.org/packages/36/cb/669dc6292b2ddac3c0e482135322b7e291573f4aece46e8085a0420852eb/pytest-envfiles-0.1.0.zip" } ] }