This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: refactor "test_dict.py" using new assertRaises context manager.
Type: behavior Stage: resolved
Components: Tests Versions: Python 3.2, Python 2.7
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: flox Nosy List: ezio.melotti, flox
Priority: normal Keywords: patch

Created on 2010-02-09 16:51 by flox, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
patch_dict_assertRaises.diff flox, 2010-02-09 17:45 Patch, apply to trunk
patch_dict_assertRaises_py3k.diff flox, 2010-02-09 17:46 Patch, apply to 3.x
Messages (4)
msg99124 - (view) Author: Florent Xicluna (flox) * (Python committer) Date: 2010-02-09 16:51
Patch to refactor "test_dict" using new unittest methods.
msg99126 - (view) Author: Florent Xicluna (flox) * (Python committer) Date: 2010-02-09 17:03
The 3.x merge.
msg99133 - (view) Author: Florent Xicluna (flox) * (Python committer) Date: 2010-02-09 17:46
I missed an "assertEqual(hasattr(...), False)". Fixed.
msg100300 - (view) Author: Florent Xicluna (flox) * (Python committer) Date: 2010-03-02 16:23
Done with r78582 and r78583.
History
Date User Action Args
2022-04-11 14:56:57adminsetgithub: 52140
2010-03-02 16:23:14floxsetstatus: open -> closed
messages: + msg100300

assignee: flox
resolution: fixed
stage: patch review -> resolved
2010-02-09 21:42:41floxsettitle: [patch] refactor "test_dict.py" using new assertRaises context manager. -> refactor "test_dict.py" using new assertRaises context manager.
2010-02-09 17:53:40ezio.melottisetnosy: + ezio.melotti
2010-02-09 17:46:39floxsetfiles: + patch_dict_assertRaises_py3k.diff

messages: + msg99133
2010-02-09 17:45:12floxsetfiles: + patch_dict_assertRaises.diff
2010-02-09 17:44:38floxsetfiles: - patch_dict_assertRaises.diff
2010-02-09 17:44:36floxsetfiles: - patch_dict_assertRaises_py3k.diff
2010-02-09 17:03:55floxsetfiles: + patch_dict_assertRaises_py3k.diff

messages: + msg99126
2010-02-09 16:51:23floxcreate