Message175489
| Author |
Sean.Ochoa |
| Recipients |
Julian, Sean.Ochoa, eric.araujo, ezio.melotti, ncoghlan, petri.lehtinen, serhiy.storchaka, terry.reedy |
| Date |
2012年11月13日.06:52:33 |
| SpamBayes Score |
-1.0 |
| Marked as misclassified |
Yes |
| Message-id |
<1352789556.43.0.750495675209.issue13349@psf.upfronthosting.co.za> |
| In-reply-to |
| Content |
Lib/test/test_array.py
-- Moved index test (for this issue) to test_index (existing test method).
-- Added remove test (for this issue) to test_remove (existing test method)
Lib/test/test_deque.py
-- Moved remove test (for this issue) to test_index (existing test method).
Lib/test/test_list.py
-- Added test_remove instead of test_issue13349, and test_index as a new test method; both with positive tests and a negative test to for this issue.
Lib/test/test_tuple.py
-- Added test_remove instead of test_issue13349 as a new test method with a positive test and a negative test case for this issue to cover both items longer than 100chars and shorter items.
Lib/test/test_xml_etree.py
-- Added test_remove as a new test method to TreeBasicOperationTest testcase class instead of test_issue13349, with a positive test case and the negative test to cover this issue. |
|