jsenin / mock-requests-using-tornado

Httpmock demostration that is able to hook requests calls even inside tornado. The goal is use httpmock as fake api service for functional tests popourses

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mock-requests-using-tornado

Httpmock demostration that is able to hook requests calls even inside tornado. The goal is use httpmock as fake api service for functional tests popourses

dependencies

pip install -r requirements.txt

run

python -m unittest test_mock.py

Using Makefile

just run make

make

About

Httpmock demostration that is able to hook requests calls even inside tornado. The goal is use httpmock as fake api service for functional tests popourses


Languages

Language:Python 94.5%Language:Makefile 5.5%