.coveragerc | |
|
|
.editorconfig | |
|
|
.gitignore | |
|
|
.travis.yml | |
|
|
History.rst | |
|
|
LICENSE | |
|
|
MANIFEST.in | |
|
|
Makefile | |
|
|
README.rst | |
|
|
docs/Makefile | |
|
|
docs/api.rst | |
|
|
docs/examples.rst | |
|
|
docs/faq.rst | |
|
|
docs/history.rst | |
|
|
docs/how_it_works.rst | |
|
|
docs/index.rst | |
|
|
docs/install.rst | |
|
|
docs/make.bat | |
|
|
examples/README.rst | |
|
|
examples/basic.hy | |
|
|
requirements-dev.txt | |
|
|
requirements.txt | |
|
|
tox.ini | |
|
|
docs/conf.py | 45 |
|
|
examples/aiohttp_client.py | 21 |
|
|
examples/chainable_api.py | 19 |
|
|
examples/context_manager.py | 13 | B 5 hrs |
|
examples/decorator_activate.py | 15 | B 5 hrs |
|
examples/decorator_activate_async.py | 18 |
|
|
examples/decorators.py | 15 |
|
|
examples/http_client_native.py | 16 |
|
|
examples/json_matching.py | 14 |
|
|
examples/json_schema.py | 20 |
|
|
examples/match_callback.py | 17 |
|
|
examples/mock_context_manager.py | 25 |
|
|
examples/mocket_example.py | 17 |
|
|
examples/network_mode.py | 15 |
|
|
examples/nose_example.py | 30 | C 7 hrs |
|
examples/persistent_mock.py | 16 |
|
|
examples/pytest_example.py | 28 | B 4 hrs |
|
examples/regex.py | 20 |
|
|
examples/requests_client.py | 22 |
|
|
examples/simulated_error.py | 8 |
|
|
examples/time_ttl_mock.py | 20 |
|
|
examples/unittest_example.py | 23 | A 1 hr |
|
examples/urllib3_chunked_response.py | 9 |
|
|
examples/urllib3_client.py | 10 |
|
|
pook/__init__.py | 6 |
|
|
pook/activate_async.py | 23 |
|
|
pook/api.py | 379 | B 5 hrs |
|