Пакет python3-module-pytest-httpbin: Информация

    Исходный пакет: python3-module-pytest-httpbin
    Версия: 2.0.0-alt1
    Собран:  20 февраля 2024 г. 12:43
    Категория: Разработка/Python 3
    Сообщить об ошибке в пакете
    Домашняя страница: https://pypi.org/project/pytest-httpbin

    Лицензия: MIT
    О пакете: Easily test your HTTP library against a local copy of httpbin
    Описание: 
    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.

    Список rpm-пакетов, предоставляемых данным srpm-пакетом:
    python3-module-pytest-httpbin (noarch)

    Сопровождающий: Stanislav Levin

    Список участников:
    Stanislav Levin
    Danil Shein

      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

    Последнее изменение


    11 мая 2023 г. Stanislav Levin 2.0.0-alt1
    - 1.0.2 -> 2.0.0.
    26 сентября 2022 г. Danil Shein 1.0.2-alt2
    - NMU: fix FTBFS due to Flask library version update
    26 июля 2022 г. Stanislav Levin 1.0.2-alt1
    - Initial build for Sisyphus.