|
|
@ -192,8 +192,8 @@ class TestWebsSocketRequestHandlerConformance:
|
|
|
|
|
|
|
|
|
|
|
|
@pytest.mark.parametrize('handler', ['Websockets'], indirect=True)
|
|
|
|
@pytest.mark.parametrize('handler', ['Websockets'], indirect=True)
|
|
|
|
@pytest.mark.parametrize('params,extensions', [
|
|
|
|
@pytest.mark.parametrize('params,extensions', [
|
|
|
|
({'timeout': 0.00001}, {}),
|
|
|
|
({'timeout': sys.float_info.min}, {}),
|
|
|
|
({}, {'timeout': 0.00001}),
|
|
|
|
({}, {'timeout': sys.float_info.min}),
|
|
|
|
])
|
|
|
|
])
|
|
|
|
def test_timeout(self, handler, params, extensions):
|
|
|
|
def test_timeout(self, handler, params, extensions):
|
|
|
|
with handler(**params) as rh:
|
|
|
|
with handler(**params) as rh:
|
|
|
|