def test_aiodownload_init_client(): download = AioDownload(client=ClientSession()) assert isinstance(download.client, ClientSession)