Home
last modified time | relevance | path

Searched refs:subtests (Results 1 – 12 of 12) sorted by relevance

/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/python/
H A Dpython3-pytest-subtests_0.7.0.bb1 SUMMARY = "unittest subTest() support and subtests fixture."
3 New subtests fixture, providing similar functionality for pure pytest tests."
4 HOMEPAGE = "https://github.com/pytest-dev/pytest-subtests"
5 BUGTRACKER = "https://github.com/pytest-dev/pytest-subtests/issues"
H A Dpython3-cryptography_36.0.2.bb100 ${PYTHON_PN}-pytest-subtests \
/OK3568_Linux_fs/kernel/arch/powerpc/lib/
H A Dtest_emulate_step.c641 } subtests[MAX_SUBTESTS + 1]; member
652 .subtests = {
664 .subtests = {
749 .subtests = {
836 .subtests = {
929 .subtests = {
1024 .subtests = {
1054 .subtests = {
1084 .subtests = {
1132 .subtests = {
[all …]
/OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/prog_tests/
H A Drdonly_maps.c20 struct rdonly_map_subtest subtests[] = { in test_rdonly_maps() local
44 for (i = 0; i < ARRAY_SIZE(subtests); i++) { in test_rdonly_maps()
45 const struct rdonly_map_subtest *t = &subtests[i]; in test_rdonly_maps()
/OK3568_Linux_fs/kernel/tools/perf/tests/
H A Dsdt.c79 int test__sdt_event(struct test *test __maybe_unused, int subtests __maybe_unused) in test__sdt_event()
117 int test__sdt_event(struct test *test __maybe_unused, int subtests __maybe_unused) in test__sdt_event()
/OK3568_Linux_fs/u-boot/test/py/tests/
H A Dtest_hush_if_test.py14 subtests = ( variable
121 @pytest.mark.parametrize('expr,result', subtests)
/OK3568_Linux_fs/kernel/drivers/dma-buf/
H A Dselftest.h25 #define subtests(T, data) \ macro
H A Dst-dma-fence.c569 ret = subtests(tests, NULL); in dma_fence()
H A Dst-dma-fence-chain.c710 ret = subtests(tests, NULL); in dma_fence_chain()
/OK3568_Linux_fs/kernel/Documentation/dev-tools/kunit/
H A Dstyle.rst129 will show up as subtests of the suite's results.
/OK3568_Linux_fs/yocto/poky/documentation/migration-guides/
H A Drelease-notes-4.0.rst75 - ``python3-pytest-subtests``
621 - python3-pytest-subtests: upgrade 0.6.0 -> 0.7.0
/OK3568_Linux_fs/yocto/poky/meta/conf/distro/include/
H A Dmaintainers.inc654 RECIPE_MAINTAINER:pn-python3-pytest-subtests = "Tim Orling <tim.orling@konsulko.com>"