HomeSort by relevance Sort by last modified time
    Searched full:skipunless (Results 601 - 625 of 625) sorted by null

<<2122232425

  /external/python/cpython2/Lib/test/
string_tests.py     [all...]
test_urllib2.py 57 @unittest.skipUnless(ssl, "ssl module required")
    [all...]
test_set.py 582 @unittest.skipUnless(hasattr(set, "test_c_api"),
    [all...]
  /external/python/cpython3/Lib/test/
test_array.py     [all...]
test_builtin.py     [all...]
test_decimal.py 126 requires_extra_functionality = unittest.skipUnless(
    [all...]
test_math.py     [all...]
test_buffer.py 755 @unittest.skipUnless(struct, 'struct module required for this test.')
756 @unittest.skipUnless(ndarray, 'ndarray object required for this test')
    [all...]
pickletester.py 22 requires_32b = unittest.skipUnless(sys.maxsize < 2**32,
    [all...]
test_bytes.py     [all...]
test_set.py 648 @unittest.skipUnless(hasattr(set, "test_c_api"),
    [all...]
test_unicode.py     [all...]
test_xml_etree.py     [all...]
  /external/python/cpython3/Lib/unittest/
case.py 111 def skipUnless(condition, reason):
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_support.py     [all...]
test_decimal.py 64 requires_IEEE_754 = unittest.skipUnless(
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_support.py     [all...]
test_decimal.py 64 requires_IEEE_754 = unittest.skipUnless(
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_support.py     [all...]
test_decimal.py 64 requires_IEEE_754 = unittest.skipUnless(
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_support.py     [all...]
test_decimal.py 64 requires_IEEE_754 = unittest.skipUnless(
    [all...]
  /external/python/cpython2/Doc/library/
unittest.rst 592 @unittest.skipUnless(sys.platform.startswith("win"), "requires Windows")
645 .. function:: skipUnless(condition, reason)
    [all...]
  /external/python/cpython3/Doc/library/
unittest.rst 500 @unittest.skipUnless(sys.platform.startswith("win"), "requires Windows")
553 .. decorator:: skipUnless(condition, reason)
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_decimal.py 64 requires_IEEE_754 = unittest.skipUnless(
    [all...]

Completed in 1026 milliseconds

<<2122232425