Add support for naming env variables (#75)

* Adding ignore patterns

* Adding support for env var naming

* Fixed typo in docstring

* Adding tests for the env var extraction w & w/o explicit naming

* remove coverage script from ignore patterns

* Adding the coverage script to help see which code is tested and which is not

* remove coverage script from sources

* Ignore coverage script from sources tree
This commit is contained in:
Florent Aide 2016-05-26 23:33:56 +02:00 committed by Adnan Hajdarević
parent e85e0592dd
commit 18b0573bc4
3 changed files with 113 additions and 41 deletions

4
.gitignore vendored
View file

@ -0,0 +1,4 @@
.idea
.cover
coverage
webhook