quiqua / pytest-dotenv

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

Add @pytest.hookimpl(tryfirst=True) to pytest_load_initial_conftests … #1

Closed vladimir-iliev closed 6 years ago

vladimir-iliev commented 6 years ago

…in order to set environment variables before django settings are loaded

davidkwast commented 6 years ago

Worked for me with Django 1.10

aj0415 commented 6 years ago

Works for me as well.

nwcell commented 6 years ago

Same here for us. Any chance you can approve this soon? @quiqua

quiqua commented 6 years ago

Thanks for working on this.

nwcell commented 6 years ago

@quiqua Awesome, thanks!!! When do you think you'll be able to get this up onto pypi?

quiqua commented 6 years ago

Probably Monday morning :/

nwcell commented 6 years ago

Good to know. Thanks!