Update response headers with response_dict from key; add tests

This commit is contained in:
Taro Sato 2016-09-20 15:42:21 -07:00
commit bdb9d59e46
3 changed files with 39 additions and 1 deletions

View file

@ -7,7 +7,7 @@ deps =
-r{toxinidir}/requirements-dev.txt
commands =
{envpython} setup.py test
nosetests
nosetests {posargs}
[flake8]
ignore = E128,E501