Package python3-module-pytest-httpbin: Information

    Source package: python3-module-pytest-httpbin
    Version: 2.0.0-alt1
    Latest version according to Repology
    Build time:  May 12, 2023, 11:45 AM in the task #320266
    Report package bug
    License: MIT
    Summary: Easily test your HTTP library against a local copy of httpbin
    Description: 
    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.
    
    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.

    List of rpms provided by this srpm:
    python3-module-pytest-httpbin (noarch)

    Maintainer: Stanislav Levin

    List of contributors:
    Stanislav Levin
    Danil Shein

    ACL:
    Stanislav Levin
    @everybody

      1. python3-module-httpbin
      2. python3-module-pyproject-installer >= 0.4.0
      3. python3-module-pytest
      4. python3-module-requests
      5. python3-module-setuptools
      6. python3-module-werkzeug
      7. python3-module-wheel
      8. rpm-build-pyproject

    Last changed


    May 11, 2023 Stanislav Levin 2.0.0-alt1
    - 1.0.2 -> 2.0.0.
    Sept. 26, 2022 Danil Shein 1.0.2-alt2
    - NMU: fix FTBFS due to Flask library version update
    July 26, 2022 Stanislav Levin 1.0.2-alt1
    - Initial build for Sisyphus.