Searched refs:subtests (Results 1 – 12 of 12) sorted by relevance
1 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"
100 ${PYTHON_PN}-pytest-subtests \
641 } subtests[MAX_SUBTESTS + 1]; member652 .subtests = {664 .subtests = {749 .subtests = {836 .subtests = {929 .subtests = {1024 .subtests = {1054 .subtests = {1084 .subtests = {1132 .subtests = {[all …]
20 struct rdonly_map_subtest subtests[] = { in test_rdonly_maps() local44 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()
79 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()
14 subtests = ( variable121 @pytest.mark.parametrize('expr,result', subtests)
25 #define subtests(T, data) \ macro
569 ret = subtests(tests, NULL); in dma_fence()
710 ret = subtests(tests, NULL); in dma_fence_chain()
129 will show up as subtests of the suite's results.
75 - ``python3-pytest-subtests``621 - python3-pytest-subtests: upgrade 0.6.0 -> 0.7.0
654 RECIPE_MAINTAINER:pn-python3-pytest-subtests = "Tim Orling <tim.orling@konsulko.com>"