summaryrefslogtreecommitdiff
path: root/tests/run/withstat_py.py
Commit message (Expand)AuthorAgeFilesLines
* Fix parsing of bracketed then called context managers (GH-5404)da-woods2023-04-281-0/+20
* add context manager test with threading.Lock which previously failed in Py2.6...Stefan Behnel2014-02-031-0/+18
* split withstat_py test to make the compatible part run in Py26Stefan Behnel2014-02-031-119/+14
* Use assertEqual instead of assertEqualsMark Florisson2012-04-141-4/+4
* Py3 test fixStefan Behnel2011-10-151-2/+2
* extended test caseStefan Behnel2011-10-151-0/+22
* fix function declarations inside of 'with' blocksStefan Behnel2011-04-251-0/+20
* reimplement 'with' statement using dedicated nodes, instead of a generic tran...Stefan Behnel2011-04-251-0/+252