(oops, realized I didn&#39;t send it to the list, just to Titus)<br><br>I remember that it was one of the tasks at the Python Sprint at Google
last summer, so I guess this is a good idea (for GHOP, right ?)<br><br>From what remains of the spreadsheet used during the Sprint (<a href="http://spreadsheets.google.com/ccc?key=pBLWM8elhFAmKbrhhh0ApQA&amp;pli=1" target="_blank">

http://spreadsheets.google.com/ccc?key=pBLWM8elhFAmKbrhhh0ApQA&amp;pli=1</a>), I believe you can add the following tests to your list:<br><br>test_tokenize<br>test_cProfile<br>test_extcall<br>test_logging<br>test_profile
<br>
test_thread<br>(and maybe test_pep277 that seems to use both unittest and test.test_support)<br><br>HTH,<br><font color="#888888">Quentin</font><br><br><div class="gmail_quote">On Dec 21, 2007 12:05 PM, Titus Brown &lt;<a href="mailto:titus@caltech.edu">
titus@caltech.edu</a>&gt; wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Hi all,<br><br>a bit of grep&#39;ping and personal examination discovered the following
<br>tests in trunk/ that could be converted to unittest or doctests. &nbsp;Any<br>thoughts, pro or con?<br><br>(I understand from Brett that the goal is to eradicate &quot;old-style&quot;<br>tests, by which I think he means tests that do not use unittest or
<br>doctest. &nbsp;There are some good reasons to switch to using unittests, not<br>least of which is that you can use a variety of frameworks (nose,<br>py.test) to do value-added wrapping and management of such tests.)<br><br>
Suggestions for additional things to test or tests to modify, clean up,<br>or extend and expand are welcome.<br><br>thanks,<br>--titus<br><br>---<br><br>test_select<br>test_contains<br>test_crypt<br>test_dbm<br>test_dummy_threading
<br>test_errno<br>test_getargs<br>test_gdbm<br>test_pep247<br>test_strftime<br><br>test_thread<br><br>test_queue<br><br>test_fcntl<br><br>test_format<br><br>test_curses<br><br>test_descr<br><br>test_funcattrs<br><br>test_gdbm
<br><br>test_socketserver<br>_______________________________________________<br>Python-Dev mailing list<br><a href="mailto:Python-Dev@python.org">Python-Dev@python.org</a><br><a href="http://mail.python.org/mailman/listinfo/python-dev" target="_blank">
http://mail.python.org/mailman/listinfo/python-dev</a><br>Unsubscribe: <a href="http://mail.python.org/mailman/options/python-dev/qgallet%40gmail.com" target="_blank">http://mail.python.org/mailman/options/python-dev/qgallet%40gmail.com
</a><br></blockquote></div><br>