rafaelhenrique / pytest-envvars

Pytest plugin to validate use of envvars on your tests
MIT License
20 stars 5 forks source link

Implement "ignore envvar" feature for Flask framework #1

Open rafaelhenrique opened 5 years ago

rafaelhenrique commented 5 years ago

Now this project support some "default ignored" envvars for Django Framework. There is a possibility to implement this same feature in the Flask framework.

We need an new file called "flask_utills.py" (like django_utils.py) , and implement a new functions like these:

For flask i suggest these names:

fullsushidev commented 5 years ago

@rafaelhenrique Can I work on this one?

rafaelhenrique commented 5 years ago

@senaingrid Yep! :smile: .... thanks!