{"library":"pytest-httpbin","type":"library","category":null,"description":"pytest-httpbin is a pytest plugin that provides fixtures to easily test your HTTP library against a local, self-hosted copy of httpbin.org. It's currently at version 2.1.0 and has an infrequent, release-as-needed cadence, primarily for compatibility updates with newer Python or pytest versions.","language":"python","status":"active","version":"2.1.0","tags":["pytest","http","testing","fixtures","plugin"],"install":[{"cmd":"pip install pytest-httpbin requests","imports":["def test_example(httpbin):\n    # httpbin fixture is automatically discovered by pytest and passed as argument\n    response = requests.get(httpbin.url + '/get')","def test_secure(httpbin_secure, httpbin_ca_bundle):\n    # httpbin_secure fixture for HTTPS tests\n    response = requests.get(httpbin_secure.url + '/get', verify=httpbin_ca_bundle)","def test_ca_bundle(httpbin_secure, httpbin_ca_bundle):\n    # httpbin_ca_bundle provides path to CA certificate for HTTPS verification\n    response = requests.get(httpbin_secure.url + '/get', verify=httpbin_ca_bundle)"]}],"homepage":"https://pypi.org/project/pytest-httpbin/","github":"https://github.com/kevin1024/pytest-httpbin","docs":null,"changelog":null,"pypi":"https://pypi.org/project/pytest-httpbin/","npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"compatibility":{"summary":{"python_range":"3.10–3.9","success_rate":50,"avg_install_s":5.2,"avg_import_s":null,"wheel_type":"sdist"},"url":"https://checklist.day/v1/registry/pytest-httpbin/compatibility"},"provenance":{"verified_status":"skip","verified_at":"Sun Jun 28","last_verified":"Sun Jun 28","next_check":"Sun Jul 05","install_tag":null}}