def test_simpletimeout_expires_contextmanager(self): with pipe() as (r, w): with gevent.Timeout(SHORTTIME, False) as t: r.get(timeout=t) assert False