Improve run_tests.py, allowing it to run only specific tests.

This commit is contained in:
Emmanuel Gil Peyrot
2014-08-20 21:55:36 +02:00
committed by Florent Le Coz
parent 83442b9849
commit e1c944d723
2 changed files with 25 additions and 20 deletions

View File

@@ -13,7 +13,7 @@ try:
except ImportError:
from distutils.core import setup
from testall import TestCommand
from run_tests import TestCommand
from slixmpp.version import __version__
VERSION = __version__