Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython2/Lib/json/tests/
D__init__.py48 suite = additional_tests()
58 def additional_tests(): function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/site-packages/setuptools/command/
Dtest.py46 tests.append(module.additional_tests())
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/site-packages/setuptools/command/
Dtest.py46 tests.append(module.additional_tests())
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/site-packages/setuptools/command/
Dtest.py46 tests.append(module.additional_tests())
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/site-packages/setuptools/command/
Dtest.py46 tests.append(module.additional_tests())
/aosp_15_r20/external/python/setuptools/setuptools/command/
Dtest.py46 tests.append(module.additional_tests())
/aosp_15_r20/external/python/setuptools/docs/userguide/
Dkeywords.rst97 has an ``additional_tests()`` function, it is called and the results are
Dcommands.rst519 and the module has an ``additional_tests()`` function, it is called and the
/aosp_15_r20/external/python/setuptools/docs/references/
Dkeywords.rst269 has an ``additional_tests()`` function, it is called and the results are
/aosp_15_r20/external/python/setuptools/
DCHANGES.rst5704 ``additional_tests()`` if present to get non-unittest tests.