[Python-checkins] r81248 - python/branches/release31-maint (original) (raw)
victor.stinner python-checkins at python.org
Mon May 17 02:15:47 CEST 2010
- Previous message: [Python-checkins] r81247 - python/branches/py3k/Lib/test/test_os.py
- Next message: [Python-checkins] r81249 - python/branches/py3k/Lib/test/test_os.py
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Author: victor.stinner Date: Mon May 17 02:15:47 2010 New Revision: 81248
Log: Blocked revisions 81247 via svnmerge
........ r81247 | victor.stinner | 2010-05-17 02:14:53 +0200 (lun., 17 mai 2010) | 9 lines
test_os: cleanup test_internal_execvpe() and os._execvpe() mockup
- Replace os.defpath instead of os.get_exec_path() to test also os.get_exec_path()
- Use contextlib.contextmanager, move the mockup outside the class, and the mockup returns directly the call list object
- Use two different contexts for the two tests
- Use more revelant values and names ........
Modified: python/branches/release31-maint/ (props changed)
- Previous message: [Python-checkins] r81247 - python/branches/py3k/Lib/test/test_os.py
- Next message: [Python-checkins] r81249 - python/branches/py3k/Lib/test/test_os.py
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]