Searched refs:check_syntax_warning (Results 1 – 4 of 4) sorted by relevance
/third_party/python/Lib/test/ |
D | test_grammar.py | 6 from test.support.warnings_helper import check_syntax_warning 370 from test.support.warnings_helper import check_syntax_warning 1310 self.check_syntax_warning('assert(x, "msg")', 1312 self.check_syntax_warning('assert(False, "msg")', 1314 self.check_syntax_warning('assert(False,)', 1467 self.check_syntax_warning(test, msg) 1484 self.check_syntax_warning(test, msg)
|
/third_party/python/Lib/test/support/ |
D | warnings_helper.py | 8 def check_syntax_warning(testcase, statement, errtext='', function
|
/third_party/python/Misc/NEWS.d/ |
D | 3.8.0a2.rst | 427 Added :func:`test.support.check_syntax_warning`.
|
/third_party/python/Doc/library/ |
D | test.rst | 1596 .. function:: check_syntax_warning(testcase, statement, errtext='', *, lineno=1, offset=None)
|