소스 검색

restore p2p_servicer test

Denis Mazur 4 년 전
부모
커밋
d315709aee
1개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  1. 0 2
      tests/test_p2p_servicer.py

+ 0 - 2
tests/test_p2p_servicer.py

@@ -106,7 +106,6 @@ async def test_stream_stream(server_client):
 )
 @pytest.mark.asyncio
 async def test_unary_stream_cancel(server_client, cancel_reason):
-    '''
     handler_cancelled = False
 
     class ExampleServicer(ServicerBase):
@@ -147,4 +146,3 @@ async def test_unary_stream_cancel(server_client, cancel_reason):
 
     await asyncio.sleep(0.25)
     assert handler_cancelled
-    '''