• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

pnuckowski / aioresponses / 505 / 25

Build:
Build:
LAST BUILD BRANCH: assert_called
DEFAULT BRANCH: master
Ran 16 Jul 2019 10:57AM UTC
Files 3
Run time 0s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

16 Jul 2019 10:50AM UTC coverage: 97.38% (-0.4%) from 97.807%
TOXENV=coverage

Pull #129

travis-ci

web-flow
Pass loop to ResponseHandler for aiohttp 4

This is required since
https://github.com/aio-libs/aiohttp/commit/6b0bc4ef9.

Fixes:

    tests/test_aioresponses.py:266: in test_address_as_instance_of_url_combined_with_pass_through
        api, ext = yield from doit()
    tests/test_aioresponses.py:258: in doit
        api_resp = yield from self.session.get(self.url)
    aioresponses/core.py:328: in _request_mock
        response = await self.match(method, url, **kwargs)
    aioresponses/core.py:304: in match
        response = await matcher.build_response(url, **kwargs)
    aioresponses/core.py:184: in build_response
        reason=result.reason)
    aioresponses/core.py:157: in _build_response
        resp.content = stream_reader_factory()
    aioresponses/compat.py:26: in stream_reader_factory
        protocol = ResponseHandler(loop=loop)
    ../aiohttp/aiohttp/client_proto.py:41: in __init__
        self.closed = self._loop.create_future()  # type: asyncio.Future[None]
    E   AttributeError: 'NoneType' object has no attribute 'create_future'

Ref: https://github.com/aio-libs/aiohttp/pull/3733
Pull Request #129: Pass loop to ResponseHandler for aiohttp 4

223 of 229 relevant lines covered (97.38%)

0.97 hits per line

Source Files on job 505.25 (TOXENV=coverage)
  • Tree
  • List 0
  • Changed 2
  • Source Changed 2
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 469
  • Travis Job 505.25
  • f6a37697 on github
  • Prev Job for TOXENV=coverage on fix-aiohttp4 (#501.25)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc