Clean up the messages used by some tests.

This commit is contained in:
Brett Cannon 2012-11-14 15:16:53 -05:00
parent 8c5ec0a3af
commit cd8efa3704
4 changed files with 7 additions and 11 deletions

View file

@ -8,7 +8,7 @@
try:
select.devpoll
except AttributeError:
raise unittest.SkipTest("select.devpoll not defined -- skipping test_devpoll")
raise unittest.SkipTest("select.devpoll not defined")
def find_ready_matching(ready, flag):