summaryrefslogtreecommitdiffstats
path: root/Lib/test/output/test_select
Commit message (Collapse)AuthorAgeFilesLines
* Remove all files of expected output that contain only the name of theFred Drake2001-05-211-1/+0
| | | | | test; there is no need to store this in a file if the actual test code does not produce any output.
* fix bug #42 reported by Andrew DalkeJeremy Hylton2000-07-111-24/+0
| | | | | | | | | | | | | | The Compare close contains a close method that checks to see if there is any unconsumed data in the Compare instance; i.e. if the canonical output file contains more data than was produced by the current test run. This method was never called, allowing differences to go undetected. Fix is to call close after the test is run (after __import__) output/test_long and output/test_popen2 needed trivial changes output/test_select contained lots of text, but test_select.py produced no output
* A test of the select module that is actually reproduceable!Barry Warsaw1996-12-111-0/+25