Searched refs:check_warnings (Results 51 - 75 of 150) sorted by relevance

123456

/prebuilts/gdb/linux-x86/lib/python2.7/test/
H A Dtest_import.py15 is_jython, check_warnings, EnvironmentVarGuard)
301 with check_warnings(('', ImportWarning)):
569 with check_warnings(('.+foo', RuntimeWarning)):
575 with check_warnings(('.+foo', RuntimeWarning)):
H A Dtest_struct.py7 from test.test_support import (check_warnings, check_py3k_warnings) namespace
39 with check_warnings((".*integer argument expected, got float",
319 with check_warnings(("integer argument expected, "
328 with check_warnings((".*integer argument expected, got non"
H A Dtest_scope.py3 check_warnings, run_unittest namespace
659 with check_warnings(("import \* only allowed at module level",
H A Dtest_warnings.py673 with test_support.check_warnings(quiet=False) as w:
685 with test_support.check_warnings():
688 with test_support.check_warnings(('foo', UserWarning)):
692 with test_support.check_warnings(('', RuntimeWarning)):
696 with test_support.check_warnings(('foo', RuntimeWarning)):
H A Dtest_exceptions.py9 check_warnings, cpython_only)
312 with check_warnings(("BaseException.message has been deprecated "
322 with check_warnings(quiet=True) as w:
H A Dtest_contextlib.py320 with test_support.check_warnings(("With-statements now directly support "
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
H A Dtest_import.py15 is_jython, check_warnings, EnvironmentVarGuard)
301 with check_warnings(('', ImportWarning)):
569 with check_warnings(('.+foo', RuntimeWarning)):
575 with check_warnings(('.+foo', RuntimeWarning)):
H A Dtest_struct.py7 from test.test_support import (check_warnings, check_py3k_warnings) namespace
39 with check_warnings((".*integer argument expected, got float",
319 with check_warnings(("integer argument expected, "
328 with check_warnings((".*integer argument expected, got non"
H A Dtest_scope.py3 check_warnings, run_unittest namespace
659 with check_warnings(("import \* only allowed at module level",
H A Dtest_warnings.py673 with test_support.check_warnings(quiet=False) as w:
685 with test_support.check_warnings():
688 with test_support.check_warnings(('foo', UserWarning)):
692 with test_support.check_warnings(('', RuntimeWarning)):
696 with test_support.check_warnings(('foo', RuntimeWarning)):
H A Dtest_exceptions.py9 check_warnings, cpython_only)
312 with check_warnings(("BaseException.message has been deprecated "
322 with check_warnings(quiet=True) as w:
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
H A Dtest_import.py15 is_jython, check_warnings, EnvironmentVarGuard)
301 with check_warnings(('', ImportWarning)):
569 with check_warnings(('.+foo', RuntimeWarning)):
575 with check_warnings(('.+foo', RuntimeWarning)):
H A Dtest_struct.py7 from test.test_support import (check_warnings, check_py3k_warnings) namespace
39 with check_warnings((".*integer argument expected, got float",
319 with check_warnings(("integer argument expected, "
328 with check_warnings((".*integer argument expected, got non"
H A Dtest_scope.py3 check_warnings, run_unittest namespace
659 with check_warnings(("import \* only allowed at module level",
H A Dtest_warnings.py673 with test_support.check_warnings(quiet=False) as w:
685 with test_support.check_warnings():
688 with test_support.check_warnings(('foo', UserWarning)):
692 with test_support.check_warnings(('', RuntimeWarning)):
696 with test_support.check_warnings(('foo', RuntimeWarning)):
H A Dtest_exceptions.py9 check_warnings, cpython_only)
312 with check_warnings(("BaseException.message has been deprecated "
322 with check_warnings(quiet=True) as w:
/prebuilts/gdb/darwin-x86/lib/python2.7/test/
H A Dtest_scope.py3 check_warnings, run_unittest namespace
659 with check_warnings(("import \* only allowed at module level",
H A Dtest_warnings.py673 with test_support.check_warnings(quiet=False) as w:
685 with test_support.check_warnings():
688 with test_support.check_warnings(('foo', UserWarning)):
692 with test_support.check_warnings(('', RuntimeWarning)):
696 with test_support.check_warnings(('foo', RuntimeWarning)):
H A Dtest_exceptions.py9 check_warnings, cpython_only)
312 with check_warnings(("BaseException.message has been deprecated "
322 with check_warnings(quiet=True) as w:
H A Dtest_contextlib.py320 with test_support.check_warnings(("With-statements now directly support "
H A Dtest_symtable.py46 with test_support.check_warnings(
H A Dtest_xml_etree.py1870 self.checkwarnings = test_support.check_warnings(*deprecations,
H A Dtest_zipimport_support.py190 with test.test_support.check_warnings(*deprecations):
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/
H A Dtest_sdist.py9 from test.test_support import captured_stdout, check_warnings, run_unittest namespace
291 with check_warnings() as w:
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/
H A Dtest_sdist.py9 from test.test_support import captured_stdout, check_warnings, run_unittest namespace
291 with check_warnings() as w:

Completed in 554 milliseconds

123456