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

    Бинарный пакет: python3-module-wsgi_intercept-tests
    Версия: 1.13.0-alt1
    Архитектура: noarch
    Собран:  19 марта 2024 г. 8:40
    Исходный пакет: python3-module-wsgi_intercept
    Категория: Разработка/Python 3
    Сообщить об ошибке в пакете
    Домашняя страница: https://pypi.python.org/pypi/wsgi_intercept

    Лицензия: MIT
    О пакете: Tests for wsgi_intercept
    Описание: 
    Installs a WSGI application in place of a real URI for testing.
    
    Testing a WSGI application normally involves starting a server at a
    local host and port, then pointing your test code to that address.
    Instead, this library lets you intercept calls to any specific host/port
    combination and redirect them into a WSGI application importable by your
    test program. Thus, you can avoid spawning multiple processes or threads
    to test your Web app.
    
    This package contains tests for wsgi_intercept.

    Сопровождающий: Ilfat Aminov


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


    12 февраля 2024 г. Ilfat Aminov 1.13.0-alt1
    - 1.13.0
    31 мая 2021 г. Grigory Ustinov 1.5.0-alt2
    - Drop python2 support.
    2 февраля 2018 г. Stanislav Levin 1.5.0-alt1.1
    - (NMU) Fix Requires and BuildRequires to python-setuptools