summaryrefslogtreecommitdiff
blob: 09aeb502244b2a7e2ed1a71f7f921a1b1e0361ca (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 "https://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>