summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorpje <pje@571e12c6-e1fa-0310-aee7-ff1267fa46bd>2006-06-05 17:55:06 +0000
committerpje <pje@571e12c6-e1fa-0310-aee7-ff1267fa46bd>2006-06-05 17:55:06 +0000
commitd87f8c8e595a58e261f7d60a713b51ab6b9105fb (patch)
tree9b8ba63f0ebaab0de509ae8b0f5f61a164d26a80 /setup.py
parentc59b8b067ce2e70a4a11238ac0bd727ff68254c0 (diff)
downloadwsgiref-d87f8c8e595a58e261f7d60a713b51ab6b9105fb.tar.gz
Consolidate tests into a single module for better stdlib compatibility
git-svn-id: svn://svn.eby-sarna.com/svnroot/wsgiref@2168 571e12c6-e1fa-0310-aee7-ff1267fa46bd
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index af32558..77e77a5 100755
--- a/setup.py
+++ b/setup.py
@@ -22,7 +22,7 @@ setup(
url="http://www.python.org/peps/pep-0333.html",
- test_suite = 'wsgiref.tests.test_suite',
+ test_suite = 'test_wsgiref',
packages = ['wsgiref'],
)