Пакет python-module-requests-mock: Информация

    Исходный пакет: python-module-requests-mock
    Версия: 1.3.0-alt1.1
    Собран:  2 мая 2019 г. 1:03
    Категория: Разработка/Python
    Сообщить об ошибке в пакете
    Домашняя страница: https://pypi.python.org/pypi/requests-mock/

    Лицензия: ASLv2.0
    О пакете: Mock out responses from the requests package
    Описание: 
    The requests-mock library at its core is simply a transport adapter that
    can be preloaded with responses that are returned if certain URIs are
    requested. This is particularly useful in unit tests where you want to
    return known responses from HTTP requests without making actual calls.
    
    As the requests library has very limited options for how to load and use
    adapters requests-mock also provides a number of ways to make sure the
    mock adapter is used. These are only loading mechanisms, they do not
    contain any logic and can be used as a reference to load the adapter in
    whatever ways works best for your project.

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

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


      1. python3-devel
      2. python3-module-coverage
      3. python3-module-discover
      4. python3-module-fixtures
      5. python3-module-mimeparse
      6. python3-module-mock
      7. python3-module-pbr
      8. python3-module-requests
      9. python3-module-setuptools
      10. python3-module-six
      11. python3-module-sphinx
      12. python3-module-testrepository
      13. python3-module-testtools
      14. python3-module-urllib3
      15. python3-module-wheel
      16. rpm-build-python3
      17. python-devel
      18. python-module-coverage
      19. python-module-discover
      20. python-module-fixtures
      21. python-module-mimeparse
      22. python-module-mock
      23. python-module-pbr
      24. python-module-requests
      25. python-module-setuptools
      26. python-module-six
      27. python-module-sphinx-devel
      28. python-module-testrepository
      29. python-module-testtools
      30. python-module-urllib3
      31. python-module-wheel

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


    2 февраля 2018 г. Stanislav Levin 1.3.0-alt1.1
    - (NMU) Fix Requires and BuildRequires to python-setuptools
    29 мая 2017 г. Alexey Shabalin 1.3.0-alt1
    - 1.3.0
    - drop pickle package
    13 марта 2016 г. Ivan Zakharyaschev 0.6.0-alt1.git20141216.1
    - (NMU) rebuild with rpm-build-python3-0.1.9
      (for common python3/site-packages/ and auto python3.3-ABI dep when needed)