summaryrefslogtreecommitdiff
blob: 74ef24e0a42ce54379ce3e754ba3ec659f5d807f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
  <maintainer type="project">
    <email>python@gentoo.org</email>
    <name>Python</name>
  </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>