From ec14df9fbbb04d824705259f1bdcf0d527025490 Mon Sep 17 00:00:00 2001 From: Alexis Metaireau Date: Mon, 13 Aug 2012 20:56:43 +0200 Subject: [PATCH] add a way to run setup.py test --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 472f0f73..97c8ca64 100755 --- a/setup.py +++ b/setup.py @@ -41,4 +41,5 @@ setup( 'Topic :: Internet :: WWW/HTTP', 'Topic :: Software Development :: Libraries :: Python Modules', ], + test_suite='tests', )