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: test_contains.py converted to unittest
Type: enhancement Stage:
Components: Tests Versions: Python 2.6
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: facundobatista, giampaolo.rodola
Priority: normal Keywords:

Created on 2008-01-28 22:02 by giampaolo.rodola, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
test_contains.diff giampaolo.rodola, 2008-01-28 22:02 test_contains.py converted to unittest
test_contains.py giampaolo.rodola, 2008-01-28 22:02 test_contains.py converted to unittest (modified .py file)
test_contains.diff giampaolo.rodola, 2008-02-06 19:01 Diff file generated with svn diff
Messages (3)
msg61803 - (view) Author: Giampaolo Rodola' (giampaolo.rodola) * (Python committer) Date: 2008-01-28 22:02
In attachment. All existent tests are unchanged.
msg62116 - (view) Author: Giampaolo Rodola' (giampaolo.rodola) * (Python committer) Date: 2008-02-06 19:01
The diff file in attachment was generated by using TortoiseSVN and it
seems to be different than using "svn diff".
The new diff file is in attachment.
msg62120 - (view) Author: Facundo Batista (facundobatista) * (Python committer) Date: 2008-02-06 19:29
Commited in r60622.

Thank you!!
History
Date User Action Args
2022-04-11 14:56:30adminsetgithub: 46251
2008-02-06 19:29:22facundobatistasetstatus: open -> closed
resolution: fixed
messages: + msg62120
nosy: + facundobatista
2008-02-06 19:01:04giampaolo.rodolasetfiles: + test_contains.diff
messages: + msg62116
2008-01-28 22:02:54giampaolo.rodolasetfiles: + test_contains.py
2008-01-28 22:02:33giampaolo.rodolacreate