mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-29 09:57:28 -08:00
repoman does not yet accept the https version. This partially reverts eaaface92ee81f30a6ac66fe7acbcc42c00dc450. Bug: https://bugs.gentoo.org/552720
21 lines
873 B
XML
21 lines
873 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
|
<pkgmetadata>
|
|
<herd>python</herd>
|
|
<maintainer>
|
|
<email>jlec@gentoo.org</email>
|
|
</maintainer>
|
|
<longdescription>
|
|
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.
|
|
</longdescription>
|
|
<upstream>
|
|
<remote-id type="pypi">wsgi_intercept</remote-id>
|
|
<bugs-to>https://code.google.com/p/wsgi-intercept/issues/list</bugs-to>
|
|
<remote-id type="github">cdent/python3-wsgi-intercept</remote-id>
|
|
</upstream>
|
|
</pkgmetadata>
|