Searched refs:check_py3k_warnings (Results 1 – 25 of 53) sorted by relevance
123
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
D | test_py3kwarn.py | 3 from test.test_support import check_py3k_warnings, CleanImport, run_unittest 44 with check_py3k_warnings((expected, SyntaxWarning)): 50 with check_py3k_warnings((expected, SyntaxWarning)): 67 with check_py3k_warnings(('', SyntaxWarning)) as w: 91 with check_py3k_warnings() as w: 98 with check_py3k_warnings() as w: 105 with check_py3k_warnings() as w: 122 with check_py3k_warnings() as w: 133 with check_py3k_warnings() as w: 147 with check_py3k_warnings() as w: [all …]
|
D | test_call.py | 15 with test_support.check_py3k_warnings(): 28 with test_support.check_py3k_warnings(): 33 with test_support.check_py3k_warnings():
|
D | test_undocumented_details.py | 1 from test.test_support import run_unittest, check_py3k_warnings 35 with check_py3k_warnings():
|
D | test_opcodes.py | 3 from test.test_support import run_unittest, check_py3k_warnings 113 with check_py3k_warnings(("exceptions must derive from BaseException",
|
D | test_buffer.py | 26 with test_support.check_py3k_warnings(("buffer.. not supported",
|
D | test_complex_args.py | 112 with test_support.check_py3k_warnings(
|
D | test_syntax.py | 567 with test_support.check_py3k_warnings(("backquote not supported",
|
D | test_userlist.py | 56 with test_support.check_py3k_warnings(
|
D | test_augassign.py | 3 from test.test_support import run_unittest, check_py3k_warnings 327 with check_py3k_warnings(("classic int division", DeprecationWarning)):
|
D | test_index.py | 287 with test_support.check_py3k_warnings(): 294 with test_support.check_py3k_warnings(): 315 with test_support.check_py3k_warnings():
|
D | test_scope.py | 2 from test.test_support import check_syntax_error, check_py3k_warnings, \ 322 with check_py3k_warnings(("tuple parameter unpacking has been removed",
|
D | test_repr.py | 11 from test.test_support import run_unittest, check_py3k_warnings 177 with check_py3k_warnings():
|
D | test_univnewlines2k.py | 83 with test_support.check_py3k_warnings():
|
D | test_urllibnet.py | 198 with test_support.check_py3k_warnings(
|
D | test_inspect.py | 11 from test.test_support import run_unittest, check_py3k_warnings 13 with check_py3k_warnings( 444 with check_py3k_warnings( 575 with check_py3k_warnings(
|
D | test_file2k.py | 40 with test_support.check_py3k_warnings(): 46 with test_support.check_py3k_warnings(): 121 with test_support.check_py3k_warnings():
|
D | test_slice.py | 118 with test_support.check_py3k_warnings():
|
D | test_bool.py | 183 with test_support.check_py3k_warnings(): 202 with test_support.check_py3k_warnings(): 282 with test_support.check_py3k_warnings():
|
D | test_peepholer.py | 228 with test_support.check_py3k_warnings(
|
D | test_StringIO.py | 145 with test_support.check_py3k_warnings(("buffer.. not supported",
|
D | test_iter.py | 5 check_py3k_warnings, cpython_only 411 with check_py3k_warnings(): 514 with check_py3k_warnings():
|
D | test_struct.py | 6 from test.test_support import run_unittest, check_warnings, check_py3k_warnings 487 with check_py3k_warnings(("buffer.. not supported in 3.x",
|
D | test_types.py | 4 check_py3k_warnings 750 with check_py3k_warnings(
|
D | test_sort.py | 277 with test_support.check_py3k_warnings(
|
D | test_ast.py | 313 with test_support.check_py3k_warnings(("backquote not supported",
|
123