Run tests against local httpbin instance via pytest-httpbin.

This commit is contained in:
Jakub Roztocil
2014-06-28 16:35:57 +02:00
parent 79329ed1c6
commit 2a72ae23d5
19 changed files with 300 additions and 263 deletions

View File

@ -26,6 +26,7 @@ class PyTest(TestCommand):
tests_require = [
'pytest',
'pytest-httpbin',
]