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_operations.py to use unittest.
Type: Stage:
Components: Tests Versions: Python 2.6
process
Status: closed Resolution: accepted
Dependencies: Superseder:
Assigned To: collinwinter Nosy List: collinwinter, jerry.seutter
Priority: normal Keywords: patch

Created on 2007-03-10 22:42 by jerry.seutter, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
refactor_test_dict.py.patch jerry.seutter, 2007-03-10 22:42 patch v1
Messages (2)
msg52169 - (view) Author: Jerry Seutter (jerry.seutter) * (Python committer) Date: 2007-03-10 22:42
The summary is a bit of a misnomer.  The contents of test_operations.py were moved into test_dict.py and both Lib/test/test_operations.py and Lib/test/output/test_operations should be removed.

The attached patch adds the two tests currently in test_operations.py into test_dict.py.

The tests were moved because they test the behaviour of dictionaries.
msg52170 - (view) Author: Collin Winter (collinwinter) * (Python committer) Date: 2007-03-12 15:58
Checked in as r54290. Thanks for the patch!
History
Date User Action Args
2022-04-11 14:56:23adminsetgithub: 44694
2007-03-10 22:42:53jerry.seuttercreate