Home
last modified time | relevance | path

Searched refs:check_py3k_warnings (Results 1 – 25 of 68) sorted by relevance

123

/external/python/cpython2/Lib/test/
Dtest_py3kwarn.py3 from test.test_support import check_py3k_warnings, CleanImport, run_unittest
45 with check_py3k_warnings((expected, SyntaxWarning)):
51 with check_py3k_warnings((expected, SyntaxWarning)):
68 with check_py3k_warnings(('', SyntaxWarning)) as w:
92 with check_py3k_warnings() as w:
99 with check_py3k_warnings() as w:
106 with check_py3k_warnings() as w:
123 with check_py3k_warnings() as w:
134 with check_py3k_warnings() as w:
148 with check_py3k_warnings() as w:
[all …]
Dtest_grammar.py5 check_py3k_warnings
170 with check_py3k_warnings(('tuple parameter unpacking has been removed',
192 with check_py3k_warnings(('tuple parameter unpacking has been removed',
301 with check_py3k_warnings(('parenthesized argument names are invalid',
304 with check_py3k_warnings(('tuple parameter unpacking has been removed',
342 with check_py3k_warnings(('tuple parameter unpacking has been removed',
629 with check_py3k_warnings((warntext, DeprecationWarning)):
652 with check_py3k_warnings(("'yield' inside list comprehension",
657 with check_py3k_warnings(("'yield' inside list comprehension",
880 with check_py3k_warnings(('<> not supported in 3.x; use !=',
[all …]
Dtest_call.py15 with test_support.check_py3k_warnings():
28 with test_support.check_py3k_warnings():
33 with test_support.check_py3k_warnings():
Dtest_getargs2.py530 with test_support.check_py3k_warnings():
543 with test_support.check_py3k_warnings():
557 with test_support.check_py3k_warnings():
575 with test_support.check_py3k_warnings():
591 with test_support.check_py3k_warnings():
603 with test_support.check_py3k_warnings():
617 with test_support.check_py3k_warnings():
631 with test_support.check_py3k_warnings():
644 with test_support.check_py3k_warnings():
656 with test_support.check_py3k_warnings():
[all …]
Dtest_undocumented_details.py1 from test.test_support import run_unittest, check_py3k_warnings
35 with check_py3k_warnings():
Dtest_buffer.py53 with test_support.check_py3k_warnings(
59 with test_support.check_py3k_warnings(("buffer.. not supported",
Dtest_opcodes.py3 from test.test_support import run_unittest, check_py3k_warnings
113 with check_py3k_warnings(("exceptions must derive from BaseException",
Dtest_re.py6 check_warnings, check_py3k_warnings)
74 with check_py3k_warnings():
248 with check_py3k_warnings(('', FutureWarning)):
257 with check_py3k_warnings():
267 with check_py3k_warnings(('', FutureWarning)):
444 with check_py3k_warnings(('', warn)):
449 with check_py3k_warnings(('', warn)):
982 with check_py3k_warnings():
984 with check_py3k_warnings():
986 with check_py3k_warnings():
[all …]
Dtest_complex_args.py112 with test_support.check_py3k_warnings(
Dtest_augassign.py3 from test.test_support import run_unittest, check_py3k_warnings
327 with check_py3k_warnings(("classic int division", DeprecationWarning)):
Dtest_inspect.py12 from test.support import run_unittest, check_py3k_warnings, have_unicode
14 with check_py3k_warnings(
516 with check_py3k_warnings(("tuple parameter unpacking has been removed",
537 with check_py3k_warnings(
717 with check_py3k_warnings(
860 with check_py3k_warnings(
Dtest_index.py290 with test_support.check_py3k_warnings():
297 with test_support.check_py3k_warnings():
318 with test_support.check_py3k_warnings():
Dtest_userlist.py56 with test_support.check_py3k_warnings(
Dtest_syntax.py658 with support.check_py3k_warnings(('backquote not supported',
Dtest_scope.py2 from test.test_support import check_syntax_error, check_py3k_warnings, \
322 with check_py3k_warnings(("tuple parameter unpacking has been removed",
Dtest_int.py354 with test_support.check_py3k_warnings(quiet=True):
370 test_support.check_py3k_warnings(quiet=True):
374 with test_support.check_py3k_warnings():
Dtest_repr.py11 from test.test_support import run_unittest, check_py3k_warnings
177 with check_py3k_warnings():
Dtest_hmac.py392 with test_support.check_py3k_warnings():
405 with test_support.check_py3k_warnings():
Dtest_univnewlines2k.py83 with test_support.check_py3k_warnings():
Dstring_tests.py767 with test_support.check_py3k_warnings():
1352 with test_support.check_py3k_warnings():
1354 with test_support.check_py3k_warnings():
1363 with test_support.check_py3k_warnings():
1365 with test_support.check_py3k_warnings():
Dtest_urllibnet.py218 with test_support.check_py3k_warnings(
Dtest_slice.py121 with test_support.check_py3k_warnings():
Dtest_file2k.py44 with test_support.check_py3k_warnings():
50 with test_support.check_py3k_warnings():
139 with test_support.check_py3k_warnings():
/external/python/cpython2/Lib/sqlite3/test/
Duserfunctions.py40 with test_support.check_py3k_warnings():
207 with test_support.check_py3k_warnings():
252 with test_support.check_py3k_warnings():
276 with test_support.check_py3k_warnings():
370 with test_support.check_py3k_warnings():
Dtypes.py71 with test_support.check_py3k_warnings():
236 with test_support.check_py3k_warnings():
353 with test_support.check_py3k_warnings():

123