Skip to main content

A py.test plugin that parses environment files before running tests

Project description

https://travis-ci.org/JonnyFunFun/pytest-envfiles.svg?branch=master

pytest-envfiles

pytest-envfiles is a py.test plugin that allows you to specify environment variable files that are to be parsed prior to executing tests. These files contain environment variables in a KEY=VALUE format.

Installation

Use pip:

pip install pytest-envfiles

Usage

In your pytest.ini file add a key, env_files and the environment variable files as a line separated list. The listed files will be parsed prior to test execution

[pytest]
env_files =
    ./common.env
    ./tests.env
    /opt/secrets.env

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pytest-envfiles-0.1.0.zip (5.2 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page