Searched refs:skipIf (Results 1 – 10 of 10) sorted by relevance
/openbmc/openbmc/poky/bitbake/lib/bs4/tests/ |
H A D | test_lxml.py | 17 from bs4.testing import skipIf 22 skipIf, 25 @skipIf( 46 @skipIf( 62 @skipIf(
|
H A D | test_html5lib.py | 14 skipIf, 17 @skipIf(
|
H A D | test_soup.py | 24 skipIf, 258 @skipIf(
|
/openbmc/qemu/tests/avocado/ |
H A D | ppc_hv_tests.py | 10 from avocado import skipIf, skipUnless 47 @skipIf(missing_deps(), 'dependencies (%s) not installed' % ','.join(deps))
|
H A D | acpi-bits.py | 50 from avocado import skipIf 126 @skipIf(not supported_platform() or missing_deps(),
|
/openbmc/openbmc/poky/meta/recipes-devtools/python/python3/ |
H A D | 0001-Skip-failing-tests-due-to-load-variability-on-YP-AB.patch | 58 @unittest.skipIf(
|
/openbmc/openbmc/poky/bitbake/lib/bs4/ |
H A D | testing.py | 676 def skipIf(condition, reason): function
|
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-inotify/ |
H A D | new-test-inotify.patch | 52 @unittest.skipIf(_HAS_PYTHON2_UNICODE_SUPPORT is True, "Not in Python 3") 95 @unittest.skipIf(_HAS_PYTHON2_UNICODE_SUPPORT is False, "Not in Python 2")
|
/openbmc/qemu/tests/qemu-iotests/ |
H A D | 030 | 232 @unittest.skipIf(os.environ.get('QEMU_CHECK_BLOCK_AUTO'), 'disabled in CI')
|
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-yappi/ |
H A D | 0001-test_functionality-convert-line-endings-to-Unix.patch | 383 - @unittest.skipIf(os.name == "nt", "do not run on Windows") 1421 - @unittest.skipIf(os.name != "posix", "requires Posix compliant OS") 2294 + @unittest.skipIf(os.name == "nt", "do not run on Windows") 3332 + @unittest.skipIf(os.name != "posix", "requires Posix compliant OS")
|