]> granicus.if.org Git - python/commitdiff
test_selectors: rename test_interrupted_retry() (since it doesn't actually
authorCharles-François Natali <cf.natali@gmail.com>
Fri, 25 Oct 2013 15:49:47 +0000 (17:49 +0200)
committerCharles-François Natali <cf.natali@gmail.com>
Fri, 25 Oct 2013 15:49:47 +0000 (17:49 +0200)
retry on EINTR).

Lib/test/test_selectors.py

index 6ce4d8a2169bb0bdae76bac6f0de82b8f231e539..ca098519825c65e2578dd891356b1ac27b184697 100644 (file)
@@ -279,7 +279,7 @@ class BaseSelectorTestCase(unittest.TestCase):
 
     @unittest.skipUnless(hasattr(signal, "alarm"),
                          "signal.alarm() required for this test")
-    def test_interrupted_retry(self):
+    def test_select_interrupt(self):
         s = self.SELECTOR()
         self.addCleanup(s.close)