Andrey
Results
2
comments of
Andrey
I've encountered this bug, maybe we'll change the del_cookie signature a bit. FROM ```python def del_cookie( self, name: str, *, domain: Optional[str] = None, path: str = "/" ) ->...
` class BaseTestServer(ABC): \_\_test\_\_ = False def __init__( self, *, scheme: Union[str, object] = sentinel, loop: Optional[asyncio.AbstractEventLoop] = None, host: str = "127.0.0.1", port: Optional[int] = None, skip_url_asserts: bool =...