Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37041436
en ru br
Репозитории ALT

Группа :: Development/Python3
Пакет: python3-module-wsgi_intercept

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   Gear   Bugs and FR  Repocop 

Текущая версия: 1.5.0-alt2
Время сборки: 31 мая 2021, 13:02 ( 147.5 недели назад )
Размер архива: 31.16 Kb

Домашняя страница:   https://pypi.python.org/pypi/wsgi_intercept

Лицензия: MIT
О пакете: wsgi_intercept installs a WSGI application in place of a real URI for testing
Описание:

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.

Текущий майнтейнер: Grigory Ustinov

Список всех майнтейнеров, принимавших участие
в данной и/или предыдущих сборках пакета:

Список rpm-пакетов, предоставляемый данным srpm-пакетом:

  • python3-module-wsgi_intercept-tests
  • python3-module-wsgi_intercept-pickles
  • python3-module-wsgi_intercept-docs
  • python3-module-wsgi_intercept
ACL:
     
    дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
    текущий майнтейнер: Michael Shigorin