quiqua / pytest-dotenv

A py.test plugin that parses environment files before running tests
MIT License
188 stars 18 forks source link

Set env before starting test session #16

Closed MateuszCzubak closed 4 years ago

MateuszCzubak commented 4 years ago

This PR brings back the functionality from version 0.4.0, where the env variables were set before starting the pytest session. This behaviour was broken in version 0.5.0 with the below commit: https://github.com/quiqua/pytest-dotenv/commit/b517a524b5824b0026617b8e182d226f93c906d0

remy-sl commented 4 years ago

@MateuszCzubak thanks for the fix! @quiqua woah, that was blazing fast integration! Could you also please release it relatively soon? We won't have to pin it in our new project. Thanks!

remy-sl commented 4 years ago

@quiqua jeeeez you are fast

quiqua commented 4 years ago

New version should be available via PyPI :)

MateuszCzubak commented 4 years ago

@quiqua Thanks so much! I'm really impressed with how fast you made it ❤️