Home
last modified time | relevance | path

Searched refs:additional_tests (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython2/Lib/json/tests/
D__init__.py48 suite = additional_tests()
58 def additional_tests(): function
/external/python/setuptools/setuptools/command/
Dtest.py41 tests.append(module.additional_tests())
/external/python/setuptools/docs/
Dsetuptools.txt346 has an ``additional_tests()`` function, it is called and the results are
2236 and the module has an ``additional_tests()`` function, it is called and the
/external/python/setuptools/
DCHANGES.rst3297 ``additional_tests()`` if present to get non-unittest tests.