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

pytest-dev / pytest-asyncio / 206
97%

Build:
DEFAULT BRANCH: master
Ran 16 Jul 2019 09:59PM UTC
Jobs 3
Files 2
Run time 12s
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

pending completion
206

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>

7 of 7 new or added lines in 1 file covered. (100.0%)

112 of 119 relevant lines covered (94.12%)

2.82 hits per line

Jobs
ID Job ID Ran Files Coverage
1 206.1 (TOX_ENV=py35) 16 Jul 2019 09:59PM UTC 0
94.12
Travis Job 206.1
2 206.2 (TOX_ENV=py36) 16 Jul 2019 09:59PM UTC 0
94.12
Travis Job 206.2
3 206.3 (TOX_ENV=py37) 16 Jul 2019 09:59PM UTC 0
94.12
Travis Job 206.3
Source Files on build 206
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #206
  • 86cd9a6f on github
  • Prev Build on master (#196)
  • Next Build on master (#209)
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

© 2025 Coveralls, Inc