HomeSort by relevance Sort by last modified time
    Searched refs:check_warnings (Results 1 - 25 of 74) sorted by null

1 2 3

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_ascii_formatd.py 6 from test.test_support import check_warnings, run_unittest, import_module namespace
20 with check_warnings(('PyOS_ascii_formatd is deprecated',
46 with check_warnings(('PyOS_ascii_formatd is deprecated',
test_structmembers.py 80 with test_support.check_warnings(('', RuntimeWarning)):
84 with test_support.check_warnings(('', RuntimeWarning)):
88 with test_support.check_warnings(('', RuntimeWarning)):
92 with test_support.check_warnings(('', RuntimeWarning)):
96 with test_support.check_warnings(('', RuntimeWarning)):
100 with test_support.check_warnings(('', RuntimeWarning)):
test_commands.py 9 check_warnings namespace
63 with check_warnings((".*commands.getstatus.. is deprecated",
test_cookie.py 3 from test.test_support import run_unittest, run_doctest, check_warnings namespace
94 with check_warnings(('.+Cookie class is insecure; do not use it',
test_pep352.py 5 from test.test_support import run_unittest, check_warnings namespace
24 with check_warnings(*_deprecations, quiet=True):
141 with check_warnings(("", DeprecationWarning)):
test_macostools.py 50 with test_support.check_warnings(('macostools.touched*',
test_sundry.py 10 with test_support.check_warnings(quiet=True):
test_cgi.py 1 from test.test_support import run_unittest, check_warnings namespace
348 with check_warnings(('cgi.parse_qs is deprecated, use urlparse.'
355 with check_warnings(('cgi.parse_qsl is deprecated, use urlparse.'
test_coercion.py 3 from test.test_support import run_unittest, TestFailed, check_warnings namespace
226 with check_warnings(("classic (int|long) division", DeprecationWarning),
341 with check_warnings(("complex divmod.., // and % are deprecated",
test___all__.py 26 with support.check_warnings((".* (module|package)",
test_struct.py 7 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"
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_ascii_formatd.py 6 from test.test_support import check_warnings, run_unittest, import_module namespace
20 with check_warnings(('PyOS_ascii_formatd is deprecated',
46 with check_warnings(('PyOS_ascii_formatd is deprecated',
test_structmembers.py 80 with test_support.check_warnings(('', RuntimeWarning)):
84 with test_support.check_warnings(('', RuntimeWarning)):
88 with test_support.check_warnings(('', RuntimeWarning)):
92 with test_support.check_warnings(('', RuntimeWarning)):
96 with test_support.check_warnings(('', RuntimeWarning)):
100 with test_support.check_warnings(('', RuntimeWarning)):
test_commands.py 9 check_warnings namespace
63 with check_warnings((".*commands.getstatus.. is deprecated",
test_cookie.py 3 from test.test_support import run_unittest, run_doctest, check_warnings namespace
94 with check_warnings(('.+Cookie class is insecure; do not use it',
test_pep352.py 5 from test.test_support import run_unittest, check_warnings namespace
24 with check_warnings(*_deprecations, quiet=True):
141 with check_warnings(("", DeprecationWarning)):
test_macostools.py 50 with test_support.check_warnings(('macostools.touched*',
test_sundry.py 10 with test_support.check_warnings(quiet=True):
test_cgi.py 1 from test.test_support import run_unittest, check_warnings namespace
348 with check_warnings(('cgi.parse_qs is deprecated, use urlparse.'
355 with check_warnings(('cgi.parse_qsl is deprecated, use urlparse.'
test_coercion.py 3 from test.test_support import run_unittest, TestFailed, check_warnings namespace
226 with check_warnings(("classic (int|long) division", DeprecationWarning),
341 with check_warnings(("complex divmod.., // and % are deprecated",
test___all__.py 26 with support.check_warnings((".* (module|package)",
test_struct.py 7 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"
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/
test_archive_util.py 17 from test.test_support import check_warnings, run_unittest namespace
182 with check_warnings() as w:
196 with check_warnings() as w:
test_register.py 9 from test.test_support import check_warnings, run_unittest namespace
281 with check_warnings() as w:
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/
test_archive_util.py 17 from test.test_support import check_warnings, run_unittest namespace
182 with check_warnings() as w:
196 with check_warnings() as w:

Completed in 1686 milliseconds

1 2 3