Searched refs:TEST_PREFIX (Results 1 – 10 of 10) sorted by relevance
/external/linux-kselftest/tools/testing/selftests/drivers/dma-buf/ |
D | udmabuf.c | 15 #define TEST_PREFIX "drivers/dma-buf/udmabuf" macro 32 printf("%s: [skip,no-udmabuf]\n", TEST_PREFIX); in main() 38 printf("%s: [skip,no-memfd]\n", TEST_PREFIX); in main() 44 printf("%s: [skip,fcntl-add-seals]\n", TEST_PREFIX); in main() 52 printf("%s: [FAIL,memfd-truncate]\n", TEST_PREFIX); in main() 64 printf("%s: [FAIL,test-1]\n", TEST_PREFIX); in main() 74 printf("%s: [FAIL,test-2]\n", TEST_PREFIX); in main() 84 printf("%s: [FAIL,test-3]\n", TEST_PREFIX); in main() 94 printf("%s: [FAIL,test-4]\n", TEST_PREFIX); in main() 98 fprintf(stderr, "%s: ok\n", TEST_PREFIX); in main()
|
/external/catch2/contrib/ |
D | Catch.cmake | 21 same as the Catch name; see also ``TEST_PREFIX`` and ``TEST_SUFFIX``. 32 [TEST_PREFIX prefix] 72 ``TEST_PREFIX prefix`` 79 Similar to ``TEST_PREFIX`` except the ``suffix`` is appended to the name of 80 every discovered test case. Both ``TEST_PREFIX`` and ``TEST_SUFFIX`` may 100 "TEST_PREFIX;TEST_SUFFIX;WORKING_DIRECTORY;TEST_LIST" 134 -D "TEST_PREFIX=${_TEST_PREFIX}"
|
D | CatchAddTests.cmake | 4 set(prefix "${TEST_PREFIX}")
|
/external/autotest/server/site_tests/hardware_StorageQualV2/ |
D | generate_control_files.py | 23 TEST_PREFIX = 'storage.FullQualificationStress.' variable 87 test_exprs=TEST_PREFIX + test['tast_name'],
|
/external/catch2/docs/ |
D | cmake-integration.md | 81 [TEST_PREFIX prefix] 105 * `TEST_PREFIX prefix` 114 Same as `TEST_PREFIX`, except it specific the _suffix_ for the test names. 115 Both `TEST_PREFIX` and `TEST_SUFFIX` can be specified at the same time.
|
/external/python/cpython2/Lib/test/ |
D | _mock_backport.py | 1117 if not attr.startswith(patch.TEST_PREFIX): 1576 if (attr.startswith(patch.TEST_PREFIX) and 1656 patch.TEST_PREFIX = 'test'
|
/external/pdfium/third_party/pymock/ |
D | mock.py | 1164 if not attr.startswith(patch.TEST_PREFIX): 1628 if (attr.startswith(patch.TEST_PREFIX) and 1708 patch.TEST_PREFIX = 'test'
|
/external/python/mock/mock/ |
D | mock.py | 1297 if not attr.startswith(patch.TEST_PREFIX): 1757 if (attr.startswith(patch.TEST_PREFIX) and 1839 patch.TEST_PREFIX = 'test'
|
/external/python/cpython3/Doc/library/ |
D | unittest.mock.rst | 1396 tests by looking for method names that start with ``patch.TEST_PREFIX``. 1398 You can specify an alternative prefix by setting ``patch.TEST_PREFIX``. 1548 When used as a class decorator :func:`patch.object` honours ``patch.TEST_PREFIX`` 1610 ``patch.TEST_PREFIX`` (default to ``'test'``) for choosing which methods to wrap: 1621 patchers of the different prefix by setting ``patch.TEST_PREFIX``. For 1705 When used as a class decorator :func:`patch.multiple` honours ``patch.TEST_PREFIX`` 1838 TEST_PREFIX section in The patchers 1847 inform the patchers of the different prefix by setting ``patch.TEST_PREFIX``:: 1849 >>> patch.TEST_PREFIX = 'foo'
|
/external/python/cpython3/Lib/unittest/ |
D | mock.py | 1299 if not attr.startswith(patch.TEST_PREFIX): 1779 if (attr.startswith(patch.TEST_PREFIX) and 1878 patch.TEST_PREFIX = 'test'
|