cpython/Lib/test/output
Tim Peters 29b6b4f7c7 Kill several problems at once: test_poll() failed sometimes for me.
Turns out the mysterious "expected output" file contained exactly N dots,
because test_poll() has a loop that *usually* went around N times,
printing one dot on each loop trip.  But there's no guarantee of that,
because the exact value of N depended on the vagaries of scheduling
time.sleep()s across two different processes.  So stopped printing dots,
and got rid of the expected output file.  Add a loop counter instead,
and verify that the loop goes around at least a couple of times.  Also
cut the minimum time needed for this test from 4 seconds to 1.
2004-10-13 03:43:40 +00:00
..
test_MimeWriter
test_asynchat
test_augassign
test_cgi Don't return spurious empty fields if 'keep_empty_values' is True. 2004-07-19 15:38:11 +00:00
test_class
test_coercion Make test_coercion.py less sensitive to platform fp quirks. Closes 2004-03-10 17:30:03 +00:00
test_compare
test_cookie
test_exceptions
test_extcall adding passing test. testing for g(*Nothing()) where Nothing is a user-defined iterator. 2004-02-21 21:03:30 +00:00
test_frozen
test_global
test_grammar SF patch #1007189, multi-line imports, for instance: 2004-08-31 10:07:13 +00:00
test_httplib
test_linuxaudiodev
test_logging
test_math
test_mmap
test_new
test_nis
test_opcodes
test_openpty
test_operations
test_ossaudiodev
test_pep277
test_pkg
test_poll
test_popen
test_popen2
test_profile Using repr() generates entries that the current stats package can't 2004-07-12 23:38:02 +00:00
test_pty
test_pyexpat
test_regex
test_resource
test_rgbimg
test_scope
test_signal
test_thread
test_threadedtempfile
test_tokenize PEP-0318, @decorator-style. In Guido's words: 2004-08-02 06:10:11 +00:00
test_types Port the dictionary tests from test_types.py to unittest. Collect as much 2004-05-31 16:29:04 +00:00
test_winreg
xmltests