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

pytest-dev / pytest-asyncio / 206 / 1
97%
master: 97%

Build:
DEFAULT BRANCH: master
Ran 16 Jul 2019 09:59PM UTC
Files 2
Run time 1s
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 09:58PM UTC coverage: 94.118% (+0.3%) from 93.86%
TOX_ENV=py35

push

travis-ci

blueyed
Handle BaseExceptions from loop.run_until_complete (#126)

Asyncio doesn't get the results of tasks that fail with exceptions that
don't subclass `Exception` (like pytest's `Skipped`) in
`run_until_complete`. This leads to asyncio logging noisily warnings when
pytest's skip functionality is mixed with this plugin.

This fixes this error, and adds a test.

Fixes https://github.com/pytest-dev/pytest-asyncio/issues/123.

Co-Authored-By: Daniel Hahler <github@thequod.de>
Co-Authored-By: Andrew Svetlov <andrew.svetlov@gmail.com>

112 of 119 relevant lines covered (94.12%)

0.94 hits per line

Source Files on job 206.1 (TOX_ENV=py35)
  • Tree
  • List 0
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 176
  • Travis Job 206.1
  • 86cd9a6f on github
  • Prev Job for TOX_ENV=py35 on master (#196.1)
  • Next Job for TOX_ENV=py35 on master (#209.1)
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