1
0
mirror of https://github.com/kevin1024/vcrpy.git synced 2025-12-09 17:15:35 +00:00

Merge pull request #149 from kevin1024/pytest-httpbin

WIP: add pytest-httpbin
This commit is contained in:
Kevin McCarthy
2016-05-01 14:19:54 -10:00
20 changed files with 380 additions and 369 deletions

View File

@@ -11,11 +11,11 @@ deps = flake8
[testenv]
commands =
py.test {posargs}
./runtests.sh {posargs}
deps =
mock
pytest
pytest-localserver
pytest-httpbin
PyYAML
requests1: requests==1.2.3
requests27: requests==2.7.0