Home
last modified time | relevance | path

Searched refs:TestCommand (Results 1 – 2 of 2) sorted by relevance

/external/python/httplib2/
Dsetup.py13 class TestCommand(setuptools.command.test.test): class
89 cmdclass={"test": TestCommand},
/external/python/dateutil/
Dsetup.py7 from setuptools.command.test import test as TestCommand unknown
22 class Unsupported(TestCommand):