8890701049
httpbin is an amazing web service for testing HTTP libraries. It has several great endpoints that can test pretty much everything you need in a HTTP library. The only problem is: maybe you don't want to wait for your tests to travel across the Internet and back to make assertions against a remote web service (speed), and maybe you want to work offline (convenience). Enter pytest-httpbin. Pytest-httpbin creates a pytest fixture that is dependency-injected into your tests. It automatically starts up a HTTP server in a separate thread running httpbin and provides your test with the URL in the fixture.
25 lines
1 KiB
Text
25 lines
1 KiB
Text
@comment $NetBSD: PLIST,v 1.1 2016/01/02 10:46:01 wiz Exp $
|
|
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
|
|
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
|
|
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
|
|
${PYSITELIB}/${EGG_INFODIR}/entry_points.txt
|
|
${PYSITELIB}/${EGG_INFODIR}/requires.txt
|
|
${PYSITELIB}/${EGG_INFODIR}/top_level.txt
|
|
${PYSITELIB}/pytest_httpbin/__init__.py
|
|
${PYSITELIB}/pytest_httpbin/__init__.pyc
|
|
${PYSITELIB}/pytest_httpbin/__init__.pyo
|
|
${PYSITELIB}/pytest_httpbin/certs.py
|
|
${PYSITELIB}/pytest_httpbin/certs.pyc
|
|
${PYSITELIB}/pytest_httpbin/certs.pyo
|
|
${PYSITELIB}/pytest_httpbin/certs/cacert.pem
|
|
${PYSITELIB}/pytest_httpbin/certs/cert.pem
|
|
${PYSITELIB}/pytest_httpbin/certs/key.pem
|
|
${PYSITELIB}/pytest_httpbin/plugin.py
|
|
${PYSITELIB}/pytest_httpbin/plugin.pyc
|
|
${PYSITELIB}/pytest_httpbin/plugin.pyo
|
|
${PYSITELIB}/pytest_httpbin/serve.py
|
|
${PYSITELIB}/pytest_httpbin/serve.pyc
|
|
${PYSITELIB}/pytest_httpbin/serve.pyo
|
|
${PYSITELIB}/pytest_httpbin/version.py
|
|
${PYSITELIB}/pytest_httpbin/version.pyc
|
|
${PYSITELIB}/pytest_httpbin/version.pyo
|