Searched defs:check_py3k_warnings (Results 1 - 13 of 13) sorted by relevance

/external/python/cpython2/Lib/test/
H A Dtest_undocumented_details.py1 from test.test_support import run_unittest, check_py3k_warnings namespace
35 with check_py3k_warnings():
H A Dtest_opcodes.py3 from test.test_support import run_unittest, check_py3k_warnings namespace
113 with check_py3k_warnings(("exceptions must derive from BaseException",
H A Dtest_types.py4 check_py3k_warnings namespace
750 with check_py3k_warnings(
H A Dtest_augassign.py3 from test.test_support import run_unittest, check_py3k_warnings namespace
327 with check_py3k_warnings(("classic int division", DeprecationWarning)):
H A Dtest_repr.py11 from test.test_support import run_unittest, check_py3k_warnings namespace
177 with check_py3k_warnings():
H A Dtest_py3kwarn.py3 from test.test_support import check_py3k_warnings, CleanImport, run_unittest namespace
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() a
[all...]
H A Dtest_struct.py7 from test.test_support import (check_warnings, check_py3k_warnings) namespace
497 with check_py3k_warnings(("buffer.. not supported in 3.x",
H A Dtest_grammar.py5 check_py3k_warnings namespace
1018 with check_py3k_warnings(
H A Dtest_iter.py5 check_py3k_warnings, cpython_only, \
423 with check_py3k_warnings():
526 with check_py3k_warnings():
6 check_free_after_iterating namespace
H A 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",
3 check_warnings, run_unittest namespace
H A Dtest_inspect.py11 from test.test_support import run_unittest, check_py3k_warnings, have_unicode namespace
13 with check_py3k_warnings(
512 with check_py3k_warnings(
686 with check_py3k_warnings(
H A Dtest_builtin.py6 run_unittest, check_py3k_warnings namespace
1603 with check_py3k_warnings(("execfile.. not supported in 3.x",
1814 with check_py3k_warnings(
1823 with check_py3k_warnings(
H A Dtest_support.py36 "open_urlresource", "check_warnings", "check_py3k_warnings",
936 def check_py3k_warnings(*filters, **kwargs): function
947 check_py3k_warnings(("", DeprecationWarning), quiet=False)

Completed in 1190 milliseconds