class documentation

Mixin for unit tests dealing with cookies.

Method addCookies Add a cookie to a cookie jar.
def addCookies(self, cookieJar: CookieJar, uri: bytes, cookies: list[bytes]) -> tuple[client._FakeStdlibRequest, client._FakeStdlibResponse]: ΒΆ

Add a cookie to a cookie jar.