#1065232 O: pytest-env -- pytest plugin that allows you to add environment variables

#1065232#5
Date:
2024-03-02 05:30:25 UTC
From:
To:
I intend to orphan the pytest-env package.

The package description is:
 In your pytest.ini (or pyproject.toml) file add a key value pair with `env` as
 the key and the environment variables as a line separated list of `KEY=VALUE`
 entries. The defined variables will be added to the environment before any
 tests are run.